Loading Tool

Explorer IconExplorer

Memory Pool

43,652 transactions
28.50 vMB
0.11424301 BTC
Random Selection Loading Transactions
Max Size: 148.02/200 MB

Candidate Block

Mining Attempt 51d4f664e7deff46f419538643b40b45b1844ee02e6710518c28188dd20b7d30
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root a9e3e9b0487c9922bd5751ece43dacf419db3f0ca0da9c869076a9f16bb1c7c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,005
Size: 1.00 vMB
Total Fees: 0.02872802 BTC
Feerates: 100.93 > 2.88 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (912,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,533 2,533 000000004d092f3b5f821106ec5aa6aee923e5900418f31d8083f65e72ae8ffa 1 0.00/1.00 vMB 0
2,532 2,532 00000000c3323972d09a12c61078412126e11cc28a73fa6f3e9d3aa63234c4c4 1 0.00/1.00 vMB 0
2,531 2,531 000000002d942807eaecfd8c7dcd0876ad677ba0cc0324cd8764cbf36ec4a1a3 1 0.00/1.00 vMB 0
2,530 2,530 00000000d177b625fedabda6866495f9c1817d65df8c4e06364a7955f4642ef3 1 0.00/1.00 vMB 0
2,529 2,529 000000001a3cb4676a0e06619cf40a6277b228b7d992ac29a90dd9f598d23793 1 0.00/1.00 vMB 0
2,528 2,528 00000000d5fe6c3e1933e102f80a06050503d39177c4055f30efa6e68f53e632 1 0.00/1.00 vMB 0
2,527 2,527 0000000016ef0ca7d0a7ee227ded3f37027c1c25a19aaa625e01a351a297f629 1 0.00/1.00 vMB 0
2,526 2,526 000000009b292446110215b7e9909c0ff7caa80b6d5a18ca5197d8ee5e083ead 1 0.00/1.00 vMB 0
2,525 2,525 000000001520f175deec6aa18a3175b2ba70f826fd13b537b6e625c2a2cdcfb0 1 0.00/1.00 vMB 0
2,524 2,524 000000000e1a27ff4c29ef750fb620bef5697a32554e007f008c36bdc129b150 1 0.00/1.00 vMB 0
2,523 2,523 00000000f1022ea9fce00eec106c1bc0bf408fb9d3b73493242ab81348ad8a85 1 0.00/1.00 vMB 0
2,522 2,522 0000000080e27ac62e6d209c3866764229ae47ef988b2d754af30385a6b12523 1 0.00/1.00 vMB 0
2,521 2,521 000000007ea398cc04b3902c4e5ef0fb3d7de85231d7b6dadb31fe6e69f0d9d4 1 0.00/1.00 vMB 0
2,520 2,520 000000006fc2496723747628e8fca0e2992bc4e04b6675685f27acd3d83c93b2 1 0.00/1.00 vMB 0
2,519 2,519 00000000551ff485c4327858a3fa9be59635d98f4272869145919394ef3d1460 1 0.00/1.00 vMB 0
2,518 2,518 0000000006c9b1e6c82487e058b9fa9c001ee54700b33e061e1ebf2cd5b0b66a 2 0.00/1.00 vMB 0
2,517 2,517 000000001b055aa23e9c432e2d68b129ebbeaad36b953405df9a382ba74ae0d9 1 0.00/1.00 vMB 0
2,516 2,516 00000000b9e3515f421c7cf05022323515f2d084c171da4556ce0a92b2fab388 1 0.00/1.00 vMB 0
2,515 2,515 00000000211ed6ff8805fbc536ee7b5a9ed76512c54205214c3d1387de3b6962 1 0.00/1.00 vMB 0
2,514 2,514 000000002cb941cf510cbda749caefc7b511680a7bba47ef49b7d8d470cea8b6 1 0.00/1.00 vMB 0
2,513 2,513 000000007030a61ba73a6c9e66c84956b9817f5487edd52d2eccc02374e048d9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.02 GB
    • Received: 12.65 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.