Loading Tool

Explorer IconExplorer

Memory Pool

33,736 transactions
25.57 vMB
0.05619627 BTC
Random Selection Loading Transactions
Max Size: 129.22/200 MB

Candidate Block

Mining Attempt 014006d84d747afba10216c78a75b03224ae7efc946d514f08799a4f6cf9f846
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 0a4869a38b9bc16daf22d56d6d93dc1cfb4a85e453af05cf2f2c8a55003afc65
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,543
Size: 1.00 vMB
Total Fees: 0.00955880 BTC
Feerates: 74.70 > 0.96 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (559,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
355,257 355,257 00000000000000000f472d765c26fb7881c3e7724dca73201c468e3bdea4de5d 1,204 0.55/1.00 vMB 29
355,256 355,256 00000000000000000f0dd584c7eb7ea132dc2af33f911fc7b87b05ca051072d7 268 0.12/1.00 vMB 21
355,255 355,255 0000000000000000118eb9e1f99f003743c9f3b7639140ab25077524bd13338c 920 0.44/1.00 vMB 28
355,254 355,254 00000000000000001007537d11fbfcc66364fd16eb88a9c28a6e964de0e9b5bd 1,401 0.66/1.00 vMB 27
355,253 355,253 00000000000000001276005a8ae68cab0b1c2bcccda233797d4b49b1f5d0f46b 395 0.18/1.00 vMB 42
355,252 355,252 000000000000000016a16541c1c72fd069ffd7f6f58061aba0bc9322233c0068 78 0.10/1.00 vMB 7
355,251 355,251 0000000000000000112b897aaed02150ef98d2439af255e2a47cbc0d8f721969 833 0.45/1.00 vMB 30
355,250 355,250 00000000000000000339233611d6542224c26e00b19b894b5d424f6ebb16263f 210 0.14/1.00 vMB 18
355,249 355,249 0000000000000000013d3505770aa2ee326ecf01ffd299648d79a1185db8952c 277 0.13/1.00 vMB 29
355,248 355,248 0000000000000000007dfbb17f1f9588aec9e230bc1a2f91f3026c5ca04c629b 695 0.31/1.00 vMB 28
355,247 355,247 0000000000000000058b8452855d584f69a3348e8c45c1ecc971d27f6159473f 359 0.18/1.00 vMB 24
355,246 355,246 000000000000000011c9245b7f8eed7c718e20d65553d462df06bc5140e9262b 235 0.14/1.00 vMB 18
355,245 355,245 00000000000000000bed51d09d49afe2f3271627bfdbf0a09dcfa7382644dc1d 849 0.44/1.00 vMB 25
355,244 355,244 00000000000000000ea6b59f58beab538722f8fbd3a8a54f9b787d4cda0703ad 938 0.84/1.00 vMB 15
355,243 355,243 000000000000000008342434b55fad9e59e343c890505e46c3907a8b279d79b1 1 0.00/1.00 vMB 0
355,242 355,242 00000000000000000101a8d87a1f58e10a2ffe7b07bd2d7ca2fecc8fb50dbda6 2,422 0.75/1.00 vMB 43
355,241 355,241 000000000000000001944eef3959d89debf491f9038e8bce68b344ca05cde77c 671 0.77/1.00 vMB 14
355,240 355,240 00000000000000001224d8ed6acb6b5be4b70edbdaae795d2a5991367a54efd1 1,208 0.75/1.00 vMB 21
355,239 355,239 000000000000000012354e400a29076057791de7339f83dd0f993a2b57cc027e 2,659 0.75/1.00 vMB 51
355,238 355,238 0000000000000000005c83654713ec81b5984e2a4c28f0f39c34bee8faeaca0b 196 0.13/1.00 vMB 18
355,237 355,237 0000000000000000114efcbec5e2e7502fddc0f5f7d13147cbdcc335c1114ae7 218 0.37/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.85 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: 638.62 GB
    • Received: 12.49 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.