Loading Tool

Explorer IconExplorer

Memory Pool

75,214 transactions
27.08 vMB
0.06098881 BTC
Random Selection Loading Transactions
Max Size: 166.20/200 MB

Candidate Block

Mining Attempt 05db26d3fc05d4bd8cb483fde487dc50b2b46222f019298064f21aea70ea2ad9
Version 20000000
Previous Block 00000000000000000000689f5aac8f3b2931b26ac31fa880ea1b747dd3d324e4
Merkle Root 883bc5f92d4ceee03c79d029f4a664ee8132848163e0af64f626e7b36ec40fc2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,589
Size: 1.00 vMB
Total Fees: 0.00364222 BTC
Feerates: 30.40 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,321 (444,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,506 470,506 000000000000000000a47cfd4a994941dad071e8dd76e87ef0bd6bac037df789 1,887 1.00/1.00 vMB 507
470,505 470,505 00000000000000000083e5e4853e289f3b3aa9f157f6d401ee5f4c5a215cf3f1 798 1.00/1.00 vMB 137
470,504 470,504 0000000000000000006ea62f21449f7d97b2a45cd06428bd6f81760073de5385 601 1.00/1.00 vMB 137
470,503 470,503 0000000000000000018a8e667da84721b6b1230f04d352eb5c310d3c79a5d922 1,154 1.00/1.00 vMB 218
470,502 470,502 00000000000000000176724a66e1e57ce2594f2cf76187de41a2a7bc4f705aa8 2,113 1.00/1.00 vMB 354
470,501 470,501 0000000000000000004fd2490ea9597b92b7820b8ed70b96bab9cd3c93306944 727 1.00/1.00 vMB 226
470,500 470,500 00000000000000000159e02037479bc4997d6a9882311941cd3e72d37253cde4 1,581 1.00/1.00 vMB 402
470,499 470,499 00000000000000000111088f06d28ba928ed3ef37ba0e14aa2a1c50e2d03ebb7 1,425 1.00/1.00 vMB 326
470,498 470,498 000000000000000000043b974bb5b86e2dff0a8485ef164398f2f94f20633585 1,478 0.99/1.00 vMB 250
470,497 470,497 00000000000000000138ef38c70665ceaf0b8a9aa61c60e1555aace3ca96c7fd 2,013 1.00/1.00 vMB 387
470,496 470,496 000000000000000000d960da94ebc42b2d5c0f062267c88093c0b2b5595a63c3 1,467 1.00/1.00 vMB 269
470,495 470,495 000000000000000001579e663213b3836141542f920e7961b544ce7cfb9872da 2,529 1.00/1.00 vMB 466
470,494 470,494 000000000000000001670c1da1203f01e34085c86326d3907710cc8a3bf89010 1,454 1.00/1.00 vMB 301
470,493 470,493 000000000000000001971d7957b90c7c41d166cde4837efc44e7c04363fdfbea 484 0.23/1.00 vMB 413
470,492 470,492 00000000000000000061e627f532be30ff28da98d63cacf947cb7fecda57cffc 2,095 1.00/1.00 vMB 340
470,491 470,491 000000000000000000691ea1d09998c94ff93e51a1023f3f6defa35786d68f3f 2,053 1.00/1.00 vMB 362
470,490 470,490 0000000000000000015537a646b868aa05a4324031c227e1ead3976384eddb3c 2,091 0.93/1.00 vMB 400
470,489 470,489 000000000000000000db8b0c5d2ee9267f0f6312a0a522280bc20e200a799fdf 2,478 1.00/1.00 vMB 492
470,488 470,488 0000000000000000006f6f73908f9ab26c762b4d78f8f65cb95815e8dc1ad1a1 1,058 1.00/1.00 vMB 78
470,487 470,487 00000000000000000048ad462350576c8fb544c28df6ee4acdbd4d4373a1fe92 2,487 1.00/1.00 vMB 237
470,486 470,486 0000000000000000013ce59a658ae7e95a9a6ea8fc7aff439ba34b39ddc1927f 2,027 1.00/1.00 vMB 336
Previous 10 blocks ↓
Total Size: 782.95 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: 715.04 GB
    • Received: 17.64 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.