Loading Tool

Explorer IconExplorer

Memory Pool

48,423 transactions
30.43 vMB
0.10425097 BTC
Random Selection Loading Transactions
Max Size: 162.19/200 MB

Candidate Block

Mining Attempt 0e5229905d6692a0811137df70869ca0b905f6d9802c7de4daa4b57210f79bea
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root c2520c725a8bf2ddf8df7418da1715af845e796a6e0afe6c8d5145428b0db45e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,167
Size: 1.00 vMB
Total Fees: 0.04130254 BTC
Feerates: 150.97 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (254,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,602 660,602 00000000000000000005d5db467f65824e8069cc1aef0d6042ca05ba52e0ba6b 2,948 1.00/1.00 vMB 91
660,601 660,601 000000000000000000088db92f7778feeeabe88eefb8c9985e5faa26d2d3c80f 1,879 1.00/1.00 vMB 69
660,600 660,600 0000000000000000000b9d7320b1dc5545e9dfd69c75e3c633407ecaa7abeca9 2,459 1.00/1.00 vMB 76
660,599 660,599 00000000000000000003a1c8f501d4002e1e8d05daf7cc5884a4231ca469f75c 1,675 1.00/1.00 vMB 55
660,598 660,598 0000000000000000000a73d87d5b68eef39529896602cedd8f22769f4a01a2e3 2,208 1.00/1.00 vMB 77
660,597 660,597 00000000000000000003d1a6b0735f2e7301d0555c917a0e893abb018e983d83 3,076 1.00/1.00 vMB 81
660,596 660,596 000000000000000000002533b435f046516750206112a729119347a8ffd2bed0 2,502 1.00/1.00 vMB 54
660,595 660,595 00000000000000000003c70d3300568ec28bcf54dd177e25dc2217cb5c26a557 2,193 1.00/1.00 vMB 37
660,594 660,594 000000000000000000059387f4cc546eeb792ee91affcccf38a262b3e8c771b1 1,096 1.00/1.00 vMB 13
660,593 660,593 00000000000000000004eaac3a3afe3d256e8b6049917ab2b5989f5074bb1c9f 2,366 1.00/1.00 vMB 7
660,592 660,592 000000000000000000017368bb9f012797550596c703fc9870870ac268e4ab58 2,099 1.00/1.00 vMB 57
660,591 660,591 0000000000000000000db4df4ac5c28e295eca7f1e9139dc15aa191c04f4cfac 2,044 1.00/1.00 vMB 28
660,590 660,590 00000000000000000006ba94ecdb473234c1bb42d709c36f1ee81403c4ced3c2 2,631 1.00/1.00 vMB 43
660,589 660,589 0000000000000000000720cc488864e417353bcf0e1ceac31012498df62918ae 1,835 1.00/1.00 vMB 48
660,588 660,588 00000000000000000000234eb03bff844083b81b9440ab2750a41defcc909e2f 2,816 0.99/1.00 vMB 87
660,587 660,587 0000000000000000000a8462ac765619f07ccf264a04a8fdd0ee228063654839 1,333 1.00/1.00 vMB 17
660,586 660,586 0000000000000000000e3661e17626cf9eca7c867df5cb4df6b1266886ad14a1 2,015 1.00/1.00 vMB 36
660,585 660,585 0000000000000000000ea57a2734654cad432f205e3d0a45dd004f31d5b0af63 899 1.00/1.00 vMB 11
660,584 660,584 0000000000000000000997f1876beda528e16bc6b178cf6c36e0b3a574ffe77a 1,107 1.00/1.00 vMB 6
660,583 660,583 000000000000000000084bfa7702755c46d0551fa0ac800f9634b87a9463978f 2,111 1.00/1.00 vMB 20
660,582 660,582 00000000000000000003d3265eeb2b06d201afe2c949ea60ef7832e1833a7038 2,251 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.