Loading Tool

Explorer IconExplorer

Memory Pool

79,901 transactions
29.72 vMB
0.10987002 BTC
Random Selection Loading Transactions
Max Size: 179.01/200 MB

Candidate Block

Mining Attempt b800845c50f2d04186bdb15a1726febc991b21e927f9da6f12e5b0fc4720e6d4
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 9acbf33fc100a0daf288c2862d126996fab0564fe58e7cce1dee721add629a58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,615
Size: 1.00 vMB
Total Fees: 0.04370006 BTC
Feerates: 169.80 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (493,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
421,224 421,224 0000000000000000033d3b568c7c89ac8bbc162d9d905b54b5016ffc61691aa8 290 0.21/1.00 vMB 26
421,223 421,223 00000000000000000155c419cbe01ba25edf8749d4838b4f1722094e08293997 1 0.00/1.00 vMB 0
421,222 421,222 00000000000000000173c7d28094a41c1332a9f39255c9150308c972e2850a61 1,517 1.00/1.00 vMB 43
421,221 421,221 000000000000000001c803b1e95bf6feebef039a4e7f9775723ca2d0dbdb19b5 2,095 1.00/1.00 vMB 59
421,220 421,220 0000000000000000014a5096512bc2027a9ae2cf4bd7576b965749bb9bb17bff 150 0.33/1.00 vMB 12
421,219 421,219 000000000000000004f9178838120ed6e9e818cd4ed4cdbcb65364eceb70432c 1,890 1.00/1.00 vMB 43
421,218 421,218 000000000000000003a9ebb17c15f35298f3be4708fb9e06315388c069a71395 883 0.63/1.00 vMB 32
421,217 421,217 000000000000000003e0442533953610c5713b64c1df992da8cd1ea27ef69452 1,756 1.00/1.00 vMB 42
421,216 421,216 00000000000000000416c6370a6f1710e6bb53430528a2b7093c137ec1350443 1,914 1.00/1.00 vMB 41
421,215 421,215 0000000000000000001a1ba765c25680bae1fe9d09966e807cc412a61d0a1e2c 1,753 0.74/1.00 vMB 47
421,214 421,214 0000000000000000003a1892d749384a4fa8cd709a0e539dcb53a777416e3fe5 1,406 0.98/1.00 vMB 33
421,213 421,213 000000000000000003e9bdc2f4a7b8b2bf5c7176a3607cbbbcd456db192b68b9 912 0.40/1.00 vMB 48
421,212 421,212 000000000000000002a304b3b076f12496235fa6bdc8856d319b58b32b818752 1,417 0.65/1.00 vMB 44
421,211 421,211 000000000000000001cabba7c0f66cd5800401261e688f1f4c862a3735fa1579 321 1.00/1.00 vMB 5
421,210 421,210 000000000000000000c1d7bfe496bd5f4ed80d8d3e0f7dfee9eb0ee7d2e4766e 1,151 0.53/1.00 vMB 51
421,209 421,209 00000000000000000430823cb0b995d1408e0eeb73acc00510043257fecc2129 1,330 0.71/1.00 vMB 42
421,208 421,208 000000000000000000fda667902cc7eeb5d0ce5a6d26002a69182552ed894b11 1,454 0.56/1.00 vMB 54
421,207 421,207 000000000000000000d5f65add4502e8d5ea8632b978c2a38fd5ba89e02e8eb2 400 0.34/1.00 vMB 23
421,206 421,206 000000000000000002bff9a0ebcf0ea5e86f616b333508a2117b9f421d289d60 24 0.01/1.00 vMB 74
421,205 421,205 000000000000000004f4d1f228b3d5486383f1800bda09dd02d59e3ebc02feb6 1,201 1.00/1.00 vMB 28
421,204 421,204 000000000000000000d4e72df90b1b73f4661c3581d241ddde0759b7069b0a82 1,721 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.67 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: 673.14 GB
    • Received: 16.42 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.