Loading Tool

Explorer IconExplorer

Memory Pool

78,817 transactions
29.89 vMB
0.11929917 BTC
Random Selection Loading Transactions
Max Size: 179.58/200 MB

Candidate Block

Mining Attempt 90227a1498298c3e9cec3f463276725683ab6245827a1d07a1368152e745d363
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root a7cb103542b271b8d32cd0d5c03df4c19d8276860edf13ef369d1385a99bc829
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,464
Size: 1.00 vMB
Total Fees: 0.03666841 BTC
Feerates: 673.02 > 3.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (330,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,313 584,313 00000000000000000009b25e36d9448c40d849636e391a522ad0231e5570e50b 3,141 1.00/1.00 vMB 65
584,312 584,312 00000000000000000002d13312fe8155daa3f6f6d5678a1696dd07e815d12cd4 2,691 1.00/1.00 vMB 5
584,311 584,311 000000000000000000151bc5d292b4926cf6a8754734bd0e40b02d5095038d72 2,937 1.00/1.00 vMB 37
584,310 584,310 00000000000000000008ce5c3bb151ca7cb2ede4fa08f42e75643a3572f9f890 2,953 1.00/1.00 vMB 85
584,309 584,309 00000000000000000022c2315446c827c0445ed975ae2e4bc8e35a55d88ccfd7 561 0.19/1.00 vMB 34
584,308 584,308 0000000000000000000ba369364a60a4d555915ba91445b68f4e4b208ac4c18c 2,101 0.77/1.00 vMB 6
584,307 584,307 00000000000000000018b57d5d1c87ca80f38d1993961d737f0ad89262e0aa6b 2,856 1.00/1.00 vMB 57
584,306 584,306 0000000000000000002042ba30fe6932bf3c025e5ed8cbe838be2eeac51f61b9 2,647 0.96/1.00 vMB 14
584,305 584,305 0000000000000000000ec094d574b4f10da3be6b62cb331bbd2cc4f8e0723ff2 2,917 1.00/1.00 vMB 19
584,304 584,304 00000000000000000014012ea0a9b5c59d55268d645e2a1d6bb3d12f92b7c668 2,588 1.00/1.00 vMB 87
584,303 584,303 00000000000000000002f59bd4869d72e475e7d6500f7b90430490dbf2222a11 1,885 0.61/1.00 vMB 39
584,302 584,302 0000000000000000000bc6a0981a52e84a740492796c8a9ad26e38e0e48d075d 2,528 0.96/1.00 vMB 15
584,301 584,301 00000000000000000017c46f2d2dddcffeb152932da3dcf5e4a8fbef286a296a 2,860 1.00/1.00 vMB 50
584,300 584,300 000000000000000000201982fee911202bf1324be12f4b226e0dced91e283569 2,269 0.74/1.00 vMB 34
584,299 584,299 00000000000000000021553d99cae2713ea9682eccf7661bbdb9a85792be6e07 972 0.32/1.00 vMB 39
584,298 584,298 0000000000000000000237e64088c54b927a4b337161a40846227a46d8f8a2cf 276 0.10/1.00 vMB 52
584,297 584,297 0000000000000000000dca7eb94fce6ab326bc50a0cb35eb4fa2e1cb6857f5e6 1,548 0.48/1.00 vMB 10
584,296 584,296 0000000000000000001a7da28ec3ce9fb1ced003e12b2277783490f5cf9690b9 2,705 1.00/1.00 vMB 30
584,295 584,295 0000000000000000001f3d7ae35acef2516fc9b0425a08b8e20144fbd32c14e6 3,051 1.00/1.00 vMB 69
584,294 584,294 0000000000000000000af408ca50c8bffdffa1a9209da2362625a38c089c30b7 1,225 0.39/1.00 vMB 27
584,293 584,293 000000000000000000187bb5c528ad1e78eca577b86c1988d06c72e0d7d53f9f 2,764 0.98/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 713.04 GB
    • Received: 17.28 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.