Loading Tool

Explorer IconExplorer

Memory Pool

40,508 transactions
28.30 vMB
0.07184909 BTC
Random Selection Loading Transactions
Max Size: 144.23/200 MB

Candidate Block

Mining Attempt eb798183c70b95b75527e93fea61aff603c02bca4676c0117ba34b093205c65a
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root b8729898dc0c25f05cd3bb3fdb52c7d129fcd2592c1f9cbbf214942ffb852f3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,743
Size: 1.00 vMB
Total Fees: 0.01733376 BTC
Feerates: 88.27 > 1.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (352,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,432 562,432 00000000000000000019c0e7436d2f5b39347b85c8456b4de639285a74f8990c 2,640 0.90/1.00 vMB 9
562,431 562,431 00000000000000000028553a47cfee55cf500e4c7d4fb18ffca4792afdab18a4 2,152 0.82/1.00 vMB 6
562,430 562,430 0000000000000000001321d3f1fc403657194f5f12aef4ee1a9deda325e9fd6f 2,880 1.00/1.00 vMB 14
562,429 562,429 00000000000000000008c079390549bde168f967e7cc92948185da8415890193 58 0.02/1.00 vMB 30
562,428 562,428 0000000000000000001132e59f9e099272080e530393394a29b64dae15579ea0 157 0.05/1.00 vMB 6
562,427 562,427 000000000000000000153373d775041a69f9128b50fba3beb1245b8ac854198e 2,760 0.95/1.00 vMB 11
562,426 562,426 0000000000000000000d4da9c6e2cb607fd950c4d4cd974b828c88b8af5ac3d0 578 0.18/1.00 vMB 11
562,425 562,425 00000000000000000007decfc93e8cb1a545933fa19e49cda1d74478e9e63f06 2,566 0.86/1.00 vMB 10
562,424 562,424 0000000000000000000cac9b1da56e063de8bafee42104089f681f93ace94073 2,986 1.00/1.00 vMB 6
562,423 562,423 000000000000000000211c4ec657c73991a994e8b7f607c994aba849b61d249c 2,712 1.00/1.00 vMB 13
562,422 562,422 0000000000000000001f7c1a921967899b07aeb1149b1df167b3fb6303af7d12 779 0.24/1.00 vMB 6
562,421 562,421 000000000000000000180a7cbda478efbcdfcbc50373c0660928169e8c69a5a4 1,647 0.60/1.00 vMB 9
562,420 562,420 0000000000000000000623bb4380b843a26d92da68419c16073f9e4ac27c3244 177 0.05/1.00 vMB 13
562,419 562,419 0000000000000000000052440d06d5dbe20f512d33df301aa349a703ca5a6c90 2,595 0.92/1.00 vMB 9
562,418 562,418 00000000000000000022ab7e5a09b8704ad5a9918c493d6c22a41a4b80c63977 2,112 0.71/1.00 vMB 11
562,417 562,417 0000000000000000000a432d593d5dbfd375ced94bef57b9b80fc797e0ebbf1a 1,874 0.57/1.00 vMB 6
562,416 562,416 000000000000000000068cfcd4346f5c1f04abe9f8d3b10d62fa36b92a44b75a 2,605 1.00/1.00 vMB 16
562,415 562,415 0000000000000000001e8ada2125dad5eb47b528aadd9aa3e420de4f5ab5b027 1,504 0.46/1.00 vMB 10
562,414 562,414 0000000000000000001b3eb390a4b3d77066cb072b5c7d4fd80431842b0b6b21 2,703 0.99/1.00 vMB 8
562,413 562,413 000000000000000000191a2bbca37aecb9506f805b2447233548cfdc2859226a 2,880 1.00/1.00 vMB 5
562,412 562,412 00000000000000000014fd7316fd1bd69a7f88bfd9268ec33ed6c517a525a948 2,790 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.