Loading Tool

Explorer IconExplorer

Memory Pool

83,023 transactions
31.16 vMB
0.16188571 BTC
Random Selection Loading Transactions
Max Size: 186.48/200 MB

Candidate Block

Mining Attempt de8e7868dcf62178b06eb8485e3cc4f32c20583ca033e8e062a94770bead3480
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 2a47682e1da43bc38fac7da8fb37e769fd0ba56eb012a07ffa8eab6dab73a728
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,737
Size: 1.00 vMB
Total Fees: 0.07018787 BTC
Feerates: 150.65 > 7.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (524,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,614 390,614 000000000000000005f2542ed6d691dbd4194311826e3892fb5db037771022a1 1,965 0.81/1.00 vMB 39
390,613 390,613 0000000000000000054c7e0dd51236f8e2591f8c66bc3cff03a49b51e612b1b8 825 0.85/1.00 vMB 15
390,612 390,612 00000000000000000ae259cf3f295d643258ea770b95eb7c2b88e392b4fc19a6 347 0.99/1.00 vMB 8
390,611 390,611 00000000000000000a2c7fcba1151de1e8b999c5d97729a7c1ccd0fc5dd042d0 414 0.25/1.00 vMB 22
390,610 390,610 000000000000000000f85be915b3ea3df30232491f5b2c5a2212a4dfd5b06a1a 1,494 0.63/1.00 vMB 41
390,609 390,609 00000000000000000a7eba222b519c01aca1143323c49358314ba7f9a69329a8 213 0.21/1.00 vMB 32
390,608 390,608 000000000000000001f38a4a242db74e9e767f8ce1e8cc5598f7720e53b7f4e8 428 0.23/1.00 vMB 26
390,607 390,607 000000000000000009f52f569bb0d482df80bd1db03f2a1bd1261d5decc0cb3d 550 0.90/1.00 vMB 13
390,606 390,606 000000000000000009dab2b5c635d621d1272767236d238734338b6e5048a370 989 0.93/1.00 vMB 21
390,605 390,605 0000000000000000052a70b17e4ac557fd8583d290af68911d5165b1ef9ff171 474 0.95/1.00 vMB 10
390,604 390,604 00000000000000000b95292bc0e978c715d8c981b3f545b07a0c26c47ed83fb7 2,720 1.00/1.00 vMB 42
390,603 390,603 0000000000000000069daf9406c8d3d1170d7f5e796bb9345999afd5f4c82c9b 1,539 0.92/1.00 vMB 27
390,602 390,602 000000000000000008f66b41441b1ff305c8e1393372465ef037477c1f95ed25 265 0.21/1.00 vMB 20
390,601 390,601 000000000000000005a098b615e87a34f420d405955b39df283c2048ef8b0a16 971 0.69/1.00 vMB 19
390,600 390,600 0000000000000000068767af38259f44d7e9e48c52ee917e8db5aa02e95d829c 2,808 0.95/1.00 vMB 47
390,599 390,599 0000000000000000033e38fdf7e93183e9334ab7c7865a7f2bdb43f5db734536 1,354 0.92/1.00 vMB 25
390,598 390,598 0000000000000000045aefd935c9f52e21e67e12239133b80f895346807aca73 1,044 0.56/1.00 vMB 29
390,597 390,597 0000000000000000036d907e78045b83c3253c07d5704ec07a59fee329101586 1,013 0.56/1.00 vMB 28
390,596 390,596 000000000000000004c3f0e36fd9560e9ebeeea51cd3ffd810a2bc2094976d8b 482 0.65/1.00 vMB 14
390,595 390,595 00000000000000000a5fd3ceeb8a6604c36398e0ff6b6535aa21cf4ea6b5e4de 837 0.41/1.00 vMB 32
390,594 390,594 000000000000000006f3ebcaf9c75de68b81f8f1247b330c8c7fbee13da20ce0 545 0.88/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.65 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: 672.67 GB
    • Received: 16.30 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.