Loading Tool

Explorer IconExplorer

Memory Pool

28,681 transactions
12.61 vMB
0.04440656 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.99/200 MB

Candidate Block

Mining Attempt b83e985a5864e2f23b5ca66a43053904ae3149b31c3cede5722c0b5305e4b096
Version 20000000
Previous Block 0000000000000000000208aeac454507dbd85c179d6070990289f4645a044c2b
Merkle Root a5b8dded8e5280df345991f831b3518d2ec3f482ebc2a30049ee318c9a84b91e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,534
Size: 0.997994 1.00 vMB
Total Fees: 0.02260040 BTC
Feerates: 151.02 > 2.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,754 (812,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,953 100,953 000000000002b94b6b5716cdfb67e25ff3b558a0b7515bc3547dc61525a4cf97 14 0.00/1.00 vMB 0
100,952 100,952 00000000000162a865106214fa547cc778b98c4914c37c8eb13cb6bfeb6a3d6c 13 0.00/1.00 vMB 0
100,951 100,951 0000000000000dbb3d6e58509895cf5fc9dd11b543a0cab71943ca35968754d6 12 0.00/1.00 vMB 0
100,950 100,950 000000000000de1391d069ee2e7a66180e803dcd9be9d1a108164ea2bd2ade38 13 0.00/1.00 vMB 0
100,949 100,949 000000000002b86b869ba232868896e87fa564cef12e28bd92f96f6f268084a7 12 0.00/1.00 vMB 0
100,948 100,948 0000000000003f88815832bc052e6ab4d73734370bb06cf093e3886572ef31fd 12 0.00/1.00 vMB 0
100,947 100,947 0000000000037a74fcf3d5ab0cbb74ca12e2a19f0cd8aedc7704663d9b79206d 9 0.00/1.00 vMB 0
100,946 100,946 000000000000291bfb912ba7c4c0eba5f63aee5261d781209821864a64808411 12 0.00/1.00 vMB 0
100,945 100,945 000000000002f6f713e7ca550fac9d56e7d2597cfb19d0540efc26fd3d51fc40 3 0.00/1.00 vMB 1,677
100,944 100,944 0000000000006856f3dbfc66f812f8b20cf90cc77704347f4a4b7515385f2fdc 5 0.00/1.00 vMB 696
100,943 100,943 000000000001a707aed3252ccbfa2c7dff2764797830af48a5c28426b926c79f 4 0.00/1.00 vMB 0
100,942 100,942 000000000001e17a1cd7e020da0b54346da2ea292173c4daed86131655ead8f6 9 0.00/1.00 vMB 0
100,941 100,941 0000000000031731f48cefac9c76d03357eece3900edd448b70b47a323787020 7 0.00/1.00 vMB 0
100,940 100,940 0000000000031ec7d825e76b83c7d41d0f4bfa2aa3f373f45b82b82bb95dec5f 6 0.00/1.00 vMB 0
100,939 100,939 0000000000022287d01461bdbde359dd31e339c1e8daeba05074db4b90635de8 13 0.00/1.00 vMB 0
100,938 100,938 0000000000024ab9e2ad8ddcc71dce22c42860c4b7247305627993be1d533908 7 0.00/1.00 vMB 0
100,937 100,937 00000000000362a0e997c1b82c41bc8178d573a6dce7e2f66636c5bfbfd7f898 14 0.00/1.00 vMB 0
100,936 100,936 0000000000005ce51c29bb7e9a5e5c6b3bd22d91554bdf247a847e392cb42c03 13 0.00/1.00 vMB 0
100,935 100,935 000000000003d12f271f454406ba523f827748797cc2c77ec133db5479dda622 8 0.00/1.00 vMB 0
100,934 100,934 00000000000325cfaf4f0990c45cf413dd49ba349db80d60b166917f65a86ea0 14 0.00/1.00 vMB 0
100,933 100,933 0000000000029107a1b1336bc6104b32648addab71ab4f813cfd158b484e29d6 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 504.66 GB
    • Received: 3.96 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.