Loading Tool

Explorer IconExplorer

Memory Pool

78,089 transactions
29.33 vMB
0.06423759 BTC
Random Selection Loading Transactions
Max Size: 176.20/200 MB

Candidate Block

Mining Attempt 9bc336209fe403fa8975f3875d3026a2eaedb7e656c61bf032f0b967f499586e
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root d0c76286f3a33a178f891db7099802ee3c5ffe008d2637ead0ec2b21301e7bba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,995
Size: 1.00 vMB
Total Fees: 0.00475270 BTC
Feerates: 18.31 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (749,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,266 165,266 0000000000000a18ada2f161bf007061654f41cd4f5e62b1fc8e75dc1fabbac8 16 0.01/1.00 vMB 7
165,265 165,265 0000000000000562bb60ad8c3fb6a37fa4ee1d59348a58f179962b151a83f0ca 83 0.03/1.00 vMB 64
165,264 165,264 00000000000002589c3ce5a827f3e38e8f82e7f7cff5d50c37883a8334e19b29 96 0.05/1.00 vMB 309
165,263 165,263 0000000000000522176e576c081ab2977f548e37bae352807305f59e027cf07a 45 0.03/1.00 vMB 57
165,262 165,262 00000000000001ef28a123956968b3f9be9563c6de5e47af36b3c205f629d9ea 28 0.01/1.00 vMB 59
165,261 165,261 00000000000001dbf1a48caa6b4261e9cc2b0e26bae87a117016c76646796067 10 0.00/1.00 vMB 251
165,260 165,260 0000000000000c7adae9cbc429fcd2d2167ad841ce260b15f93aa356f58e04b5 17 0.02/1.00 vMB 69
165,259 165,259 0000000000000cc9483d9d373ee8f624e6ff8bbb457f2425ae1e33e02dc7133c 77 0.03/1.00 vMB 9
165,258 165,258 00000000000009a97e0709876d25b8e844c0edee4e9fcf9ffce2651ad9d3f184 16 0.01/1.00 vMB 32
165,257 165,257 00000000000006ebd84c170807f08d0bd2aa5e9039eab17341db7d379c3fec67 47 0.05/1.00 vMB 623
165,256 165,256 00000000000001d0ae321d96125cd1447a72bd11f94ce6970da3f7a722bce60e 84 0.02/1.00 vMB 2
165,255 165,255 000000000000051efa08aa4b23643716b41115c54ad438d5dfa2ef029e5537c1 16 0.00/1.00 vMB 57
165,254 165,254 0000000000000c38f3738957e7d3ea9f2bc8ef3611e8584cfbae9e9ff73d2cfb 50 0.02/1.00 vMB 259
165,253 165,253 0000000000000c8cfb9aa0f5d27beb4f1285fa91adea11f58ca79694733337ae 32 0.02/1.00 vMB 37
165,252 165,252 0000000000000691142055714a83953dcc910e0063303818cc2a96b0272ac881 13 0.01/1.00 vMB 0
165,251 165,251 0000000000000baf110ec6ca194e05dd565b760e384a78bf2d05e1ef5eb6a679 33 0.01/1.00 vMB 181
165,250 165,250 00000000000002fabaad3c4024d0a872437ccff47719dfbdf740b6bb77643f7a 60 0.03/1.00 vMB 116
165,249 165,249 0000000000000220fdb66a856280cb7cb9ad0a164c5911508e57175c41107be7 122 0.05/1.00 vMB 334
165,248 165,248 00000000000002174a15eb0296b8858724b723082ca6d4b6b2a43cab6fe7e6a2 38 0.01/1.00 vMB 0
165,247 165,247 000000000000096f8726517e9d6b27d1d18c6ebd67e2748ce1f4fff534f841ab 86 0.04/1.00 vMB 7,410
165,246 165,246 0000000000000b469e325ad0a573cc9cdffe549317b11a9f0a3e3e20862e40c3 11 0.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.