Loading Tool

Explorer IconExplorer

Memory Pool

37,523 transactions
19.27 vMB
0.05017596 BTC
Random Selection Loading Transactions
Max Size: 106.34/200 MB

Candidate Block

Mining Attempt ea947a9fb7bc52eff604e4037674494cac893dc08150ebee6ae9fdb821651d6e
Version 20000000
Previous Block 0000000000000000000155901d19c5ea5f3d16868592b5dc4d4133280b56da73
Merkle Root 0db200d603f6b5885fe12111125f2258e75d5304b5bf49815ed389c90b45c62d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,082
Size: 1.00 vMB
Total Fees: 0.01277361 BTC
Feerates: 619.14 > 1.28 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,883 (829,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
84,524 84,524 000000000019a46b4ad960fb7ac20a6c3b3936a730faa51f429d0fa670a62c80 8 0.00/1.00 vMB 0
84,523 84,523 00000000002fecacbdb88d17e8b9e7b344260ba8e272b98d06b13b4c7766da1d 6 0.00/1.00 vMB 0
84,522 84,522 00000000000b0743190225b5a2c15ca9c3f731ade9adfdea7b4b16463162f04d 2 0.00/1.00 vMB 0
84,521 84,521 00000000002c47493287035e6a0d4a3b54b9dd4cd96b84b3cc42c3771d9ca1a8 2 0.00/1.00 vMB 0
84,520 84,520 0000000000176e5402387dd2e02517fe9b3e21e472f3bb4563258b4444d7a655 2 0.00/1.00 vMB 0
84,519 84,519 000000000029bea954d2e4804f2b08a452e78c5581eb16156f5ac54364356f11 5 0.00/1.00 vMB 0
84,518 84,518 0000000000166e88caae3df05453ae5cf44ba1e44afbbf6a78ae2aba00df1967 1 0.00/1.00 vMB 0
84,517 84,517 00000000002ede219521a7f284eb2635aebed21da05bddc8d593b3843e704f2d 1 0.00/1.00 vMB 0
84,516 84,516 00000000002e1b1e6a9aeb8a5b811eaa1afe84bb06a9a818bbd02e60755db991 2 0.00/1.00 vMB 0
84,515 84,515 000000000012c76cc03dd5d08a026c6301f6b4740f0436b5621927098d979792 2 0.00/1.00 vMB 0
84,514 84,514 000000000014a179a24e73d5b05c47be51a52917d2715ef86570767ca882ebec 2 0.00/1.00 vMB 0
84,513 84,513 00000000000ff8d1c3bcb1e33c6c19dc84f63d32bdc8862173a7fbc58ffd9632 1 0.00/1.00 vMB 0
84,512 84,512 000000000010d81f4bf82b7557f8199fbca2229d668742029c23223d27ed10b9 4 0.00/1.00 vMB 0
84,511 84,511 000000000018563176aef8ae314f36b371f24f6ef28704aae7ab59caea704b00 1 0.00/1.00 vMB 0
84,510 84,510 000000000012f999e9718a20792cbecb1f6657c72f897c392be20f6e08006262 1 0.00/1.00 vMB 0
84,509 84,509 0000000000047ceb2c2f8f24979c3da57f559749f87180ba4a814f7a56aee60f 1 0.00/1.00 vMB 0
84,508 84,508 00000000003055b56434a85651a85601af0f4a4117d603ad24d931b095fa6114 2 0.00/1.00 vMB 0
84,507 84,507 0000000000305bbd3f9c42157e9aa76eea30552cc60a86ef639d1abbc8074be7 1 0.00/1.00 vMB 0
84,506 84,506 00000000000492c13a20b6345592d46b9c14607d6b282874c6d913ada82bb0d6 1 0.00/1.00 vMB 0
84,505 84,505 00000000002e11ccbacb4702201b216ca9e210e9657c7e8846f41ab9d492882f 7 0.00/1.00 vMB 0
84,504 84,504 0000000000229a8b7c8e88f8d997be10c952512e19b3fb0ce11b20f448f60d16 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.40 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: 525.37 GB
    • Received: 5.19 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.