Loading Tool

Explorer IconExplorer

Memory Pool

76,656 transactions
28.57 vMB
0.06977519 BTC
Random Selection Loading Transactions
Max Size: 173.10/200 MB

Candidate Block

Mining Attempt 82f4c4fc4b0c89092510b9cf950c5239a825e6f166e54f0172fc69647b4f909e
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 09c3e66d3d0f6c6414d7ac4ecfdef2dbe54023009c2da09d585524a2e70e1aaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,599
Size: 1.00 vMB
Total Fees: 0.01050149 BTC
Feerates: 71.79 > 1.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (297,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,704 617,704 00000000000000000008c8a0a9eea107f8896705c516fa3f313d369b5551869f 789 0.43/1.00 vMB 12
617,703 617,703 00000000000000000009849edd3960e6b90352542cb1969a2fa60f59ec118f8c 2,238 0.56/1.00 vMB 7
617,702 617,702 0000000000000000000805a8df2305aa57604905ace86f1b78a44a4a73fbd4e6 2,867 1.00/1.00 vMB 5
617,701 617,701 0000000000000000000f533155e3ee3cbce28f8242867e7fadd3c30278976acd 3,786 1.00/1.00 vMB 26
617,700 617,700 000000000000000000113abbf63fc822b759dbb4a978643627252717c7d4b319 3,692 1.00/1.00 vMB 26
617,699 617,699 0000000000000000000b7baa6d29844d0cb91d0d02771a5f5efde8404e716a60 3,222 1.00/1.00 vMB 36
617,698 617,698 000000000000000000095ad21001856998971c4951123d14276b5f13c45e83d8 313 0.09/1.00 vMB 14
617,697 617,697 000000000000000000067461ebbba39991e7b65aa8c51ed2e3805834d6a74c1a 537 0.14/1.00 vMB 17
617,696 617,696 0000000000000000000bd10058b0202cfb63bf002bf217ba721367165a8d733e 204 0.07/1.00 vMB 22
617,695 617,695 0000000000000000000f39565d1bf0022ae344e71c613b77872691e49fa76e8d 1,429 0.46/1.00 vMB 19
617,694 617,694 0000000000000000000cb2fad0c507b691e6c8f19e77f82b85b2458faff5e3d6 2,502 0.64/1.00 vMB 20
617,693 617,693 0000000000000000000e0b96b54d56885a5186fdb0748318e5513cbb0b69c357 1,354 0.46/1.00 vMB 14
617,692 617,692 000000000000000000034ac4d896d13e312166cc7a79a8e6074726d49e145eda 577 0.15/1.00 vMB 17
617,691 617,691 00000000000000000007299d76e9737b943a11bcda86e628b7a57da3a7fd6f36 2,404 0.63/1.00 vMB 10
617,690 617,690 000000000000000000100c78ff34b332e3a9a0a6ff14426b2a8bf0845683e1c1 3,491 1.00/1.00 vMB 26
617,689 617,689 000000000000000000024604f3ae9e0ffe8a2e7d0c6663af270306157a4531b5 31 0.01/1.00 vMB 19
617,688 617,688 00000000000000000000ff5b15fb73a1a85f3ca70b7255db90633a7554697062 1,545 0.45/1.00 vMB 20
617,687 617,687 0000000000000000000bae9274153d3ccf8a2723acf1bd398da2e044d7f764d8 1,683 0.54/1.00 vMB 23
617,686 617,686 0000000000000000000ece22af61f5faa4ff0b43b7edb7d335467a2e17a335f5 1,295 0.45/1.00 vMB 18
617,685 617,685 0000000000000000000eb226d0a59651ff2c5151c95aa880a6d10d95800cab29 172 0.12/1.00 vMB 38
617,684 617,684 0000000000000000000ae32181d1114f1b33e70f9aceaf3e17e89840fa60c914 2,477 0.68/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.