Loading Tool

Explorer IconExplorer

Memory Pool

29,879 transactions
7.81 vMB
0.06527175 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.45/200 MB

Candidate Block

Mining Attempt a0ca4deb29848c5c2ff6b819e266060c446b72e159c83e4782eb7ffae5a1280c
Version 20000000
Previous Block 00000000000000000000202cca375303c66b5101a2c3c981e3a6b8e199ec2a79
Merkle Root ac5e646c33a12f07c34aac24400d1fc18e93e8ee8e6af3b6bb8b5ddb9ca791cf
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,856
Size: 1.00 vMB
Total Fees: 0.03259277 BTC
Avg Feerate: 2.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,017 (752,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,123 160,123 00000000000009c31ed6fe440dc63191fa6373a3fd9df741107f507826992c0e 0.03 MB 85 41
160,122 160,122 0000000000000c85bfb19b0cbadfa818ee2302b850b3b63fd603561c6d4e1c06 0.03 MB 46 51
160,121 160,121 00000000000003f30b7e608c4cb75064897c25fbe0fee23a063224689b1b16b3 0.00 MB 8 10
160,120 160,120 00000000000004777599dacf9fde037d72e68c918016fda986409d9b1ce08755 0.01 MB 16 408
160,119 160,119 00000000000004903f8288254cd263e447a9b87892e9bd3c5915401bd26d929e 0.00 MB 8 1,352
160,118 160,118 0000000000000833a874eda4a4748c1a176ecd4b20c2abfbd50f648949741892 0.01 MB 24 117
160,117 160,117 0000000000000cb985573a6cd18c6540e6add562be31480c539ae338a12bb4ba 0.02 MB 36 69
160,116 160,116 000000000000039c732ebcce90ec40922184271a9527ee5c151d64aabff39a5f 0.00 MB 1 0
160,115 160,115 00000000000004e88e3b36f2908d69aebc9b97b53d3b7c20f96c573cf5a9bbbe 0.01 MB 42 0
160,114 160,114 00000000000004f7f2d4595e1f65b805061d1078a54c0318605605a72762c68b 0.00 MB 13 33
160,113 160,113 000000000000093b6a3b9b694b0563ea322396e8b13df0b37c9507bd24d92b11 0.01 MB 32 30
160,112 160,112 0000000000000b0e98f726ff04d8604de4ddb237d5724b5ba5c2c51c211ae33a 0.00 MB 7 58
160,111 160,111 0000000000000cb5189263dc0bec6ffdabf0c1c3992305932215b70ff5fbb93a 0.01 MB 51 17
160,110 160,110 000000000000059d87f75d58331c8ac8c9942cca4a011fdc69263024232f9866 0.02 MB 29 458
160,109 160,109 000000000000091bed2b8caae551d512d12d3d91bbbd7c24c4672c802ed1e1b4 0.11 MB 85 42
160,108 160,108 00000000000005bc03883f48a10f39292d6d35850f43266da71d20960c4217e2 0.03 MB 36 103
160,107 160,107 00000000000001469e8ca69109cd6266fcf8cb2f498b41d32bb4f2331a87e3f2 0.01 MB 11 113
160,106 160,106 000000000000065e777ddea664a400fbc056d6ef7afaebc3a48bbb2db06ddaff 0.00 MB 8 193
160,105 160,105 00000000000005f5c0cc5485ad7747743a2ef6a0e6b2b33b39430d9cdea542a7 0.01 MB 18 55
160,104 160,104 0000000000000607ec8e535e7f5bd0fac099fbc3770564e16606b4b474edd9db 0.10 MB 10 62
160,103 160,103 000000000000081902758e3f40e1412d75fef2a1aa3a62d872e2ddc8408bbe21 0.01 MB 51 7
Previous 10 blocks ↓
Total Size: 778.87 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: 399.47 GB
    • Received: 3.58 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.