Loading Tool

Explorer IconExplorer

Memory Pool

26,605 transactions
27.38 vMB
0.07095029 BTC
Random Selection Loading Transactions
Max Size: 131.03/200 MB

Candidate Block

Mining Attempt bb16998ca66fd2a24c07faa557c141a46007e72996d175ff34b91a349e7c418d
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root 5bfaac9e2721b583f01c3140eba0e8522b085f5f7173f1a82a19dc58471fee39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,613
Size: 1.00 vMB
Total Fees: 0.01912658 BTC
Feerates: 301.57 > 1.92 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (912,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,843 1,843 00000000dad68797d688b10426ead52b42b2dc654ea30ef9d6e9197c10c7658d 1 0.00/1.00 vMB 0
1,842 1,842 0000000019011bfe67ef7cd47a5ed0fd9f4ef7b5b653a83675fbb3e354e490d1 1 0.00/1.00 vMB 0
1,841 1,841 0000000020822aaabd94ac716372a51535f72471141b896ed328c323e26b3fc9 1 0.00/1.00 vMB 0
1,840 1,840 00000000d84f0a18e6563db3149a266515eb6c23810e19c714f8ac6e037f108f 1 0.00/1.00 vMB 0
1,839 1,839 000000003085602911b9da7c4b636f2f809a3a3d1db4155e2bf9b9e572791ab1 1 0.00/1.00 vMB 0
1,838 1,838 0000000022fa7cb365cc0e556ad0f9afc0148c9f2e73d18b6ff7f6d82af6f31e 1 0.00/1.00 vMB 0
1,837 1,837 00000000f78078420299b8d5c188bb8afcbaa49085569c106de370ff0b39289f 1 0.00/1.00 vMB 0
1,836 1,836 0000000086a691adc91420e5524c503a91492ac8aa76e994321721c25cf489d1 1 0.00/1.00 vMB 0
1,835 1,835 0000000018acfba39f5b2d3065a1705ee2df5640e8754d101eed68f443037150 1 0.00/1.00 vMB 0
1,834 1,834 00000000a4312fe881244917a19231dfda84f629e3fb6a620f7ccd84a4fc2af4 1 0.00/1.00 vMB 0
1,833 1,833 00000000bb3515b459870f58e6defd2b1ee555da2315328d8edb8981ae3dc130 1 0.00/1.00 vMB 0
1,832 1,832 000000000b0031e013f73bfab101e0e08509dcd2bc54f84c5e6b941bd7238c86 1 0.00/1.00 vMB 0
1,831 1,831 00000000f5c24710cf54775da5c791cbe2ea291e2941dc789b1dfad1daed54b0 1 0.00/1.00 vMB 0
1,830 1,830 000000009e6a05d053409236953adae0e74b2cb63ac35fe5a2938503a6216fcb 1 0.00/1.00 vMB 0
1,829 1,829 00000000b974e0a66bd2dd1973758c7dfdf74d1be1077c2e413c5f8d7bdf0aae 1 0.00/1.00 vMB 0
1,828 1,828 0000000028455cf2ba62501997535a626de2593fa518ebe6f16a1ca1b4152506 1 0.00/1.00 vMB 0
1,827 1,827 00000000bcd40ddb0b2d1bc0ad1d0f8f41ad7305807bd16a56368938bb9ab842 1 0.00/1.00 vMB 0
1,826 1,826 00000000efbdf566f567a94898f070001a65dc36014122121dac3528713053e2 1 0.00/1.00 vMB 0
1,825 1,825 000000009ac0d790d7b6cb821ffbe69985fad7180c29ad5428c7e4bebe8cb9c3 1 0.00/1.00 vMB 0
1,824 1,824 00000000fa225dd8ab95710b09a2fcba3d41e0bff4a9aeadc8b9d6350c6ba152 1 0.00/1.00 vMB 0
1,823 1,823 000000006dcc6e5f51c50b5342c78838934f0f63b4a47ef4c10085dac676dc0b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.46 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: 610.92 GB
    • Received: 10.77 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.