Loading Tool

Explorer IconExplorer

Memory Pool

80,724 transactions
30.20 vMB
0.07432377 BTC
Random Selection Loading Transactions
Max Size: 185.22/200 MB

Candidate Block

Mining Attempt 7d9b19c9d6a4e0a2cda8b98f5b0bcc99c10df9d8d0262902935636b0180165ec
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root 2f93f918dae6c96e461a9a91fb4189c0a1ee8a2da97efcf727aa6f807f483c82
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,437
Size: 1.00 vMB
Total Fees: 0.00725197 BTC
Feerates: 40.74 > 0.73 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (501,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,433 413,433 00000000000000000065dbde7515daf01f31a443ba3f8993358957acc6b1aa3c 2,222 0.99/1.00 vMB 47
413,432 413,432 000000000000000000087e593952d602dd06da690b63d3897a69c74099ce9a63 691 1.00/1.00 vMB 20
413,431 413,431 0000000000000000023f2d118c2bb429cb7c7a66842652e56355ab975bcd601f 641 0.98/1.00 vMB 20
413,430 413,430 000000000000000002606c33ac543d2e5b0c311c5e548d04bb5305614f7b32ce 1,304 0.99/1.00 vMB 23
413,429 413,429 00000000000000000089ca252a5397511ace8d1f459b65955e06c106ef28c7b7 2,550 0.99/1.00 vMB 51
413,428 413,428 0000000000000000023c82f9e1514f4ffc9fe29b55093d27d2b4a1f45b023e53 2,697 1.00/1.00 vMB 71
413,427 413,427 0000000000000000015eadf96a005513cfea0f0734ef04bdd2c1cc7482dbbda6 386 0.17/1.00 vMB 56
413,426 413,426 0000000000000000005d0836d2dcf672fb27a29b7799e5a53eec92cd64fc320b 1,671 0.70/1.00 vMB 49
413,425 413,425 000000000000000001f9ee9c97480d2e949abd2e362b2d1a2bcb49b7f49c277c 1,478 1.00/1.00 vMB 26
413,424 413,424 000000000000000005176f49468c85b1b55e736dda3eb8f8a5a12feb0fa6bfc9 2,840 0.99/1.00 vMB 73
413,423 413,423 000000000000000003a27aae987cd9099d8b671c56d659579a409ef69a8beeeb 2,650 1.00/1.00 vMB 60
413,422 413,422 000000000000000004d0febfa53fc47370db04220375d4b5ed44db648a454907 2,154 1.00/1.00 vMB 38
413,421 413,421 0000000000000000050162816640dc91451e1e93380e0a75106030d993e0a4e6 2,844 1.00/1.00 vMB 74
413,420 413,420 000000000000000000d4aaff167b3e81fdaaa639ca0a98700695ab995680ca0a 464 0.24/1.00 vMB 85
413,419 413,419 0000000000000000055001bd13dcd432b43f5629050c685e142f716adc270583 1,876 0.83/1.00 vMB 53
413,418 413,418 00000000000000000247d7b639cf4a9f68c4b4fba17eac42a6bd779f25797086 173 0.06/1.00 vMB 72
413,417 413,417 000000000000000001dda4904f53e1855019c98307782ffbd678959c8feff4a6 58 0.02/1.00 vMB 46
413,416 413,416 000000000000000002c4e5c40f18255e0f8c3d52115e0aa34639d1701c7e51f5 643 0.25/1.00 vMB 59
413,415 413,415 0000000000000000016fa7ea2c50e82931b829f7fa087aba996e03cfc2d65732 582 0.41/1.00 vMB 36
413,414 413,414 000000000000000003a23dd1c1bdfc171aa25af597cff53189dba24d5bc1fb90 1,018 0.99/1.00 vMB 28
413,413 413,413 000000000000000004da88fdd5c2e88f6ae79952f1d7f3027c8b43465b2ec854 2,614 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.98 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: 716.22 GB
    • Received: 17.79 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.