Loading Tool

Explorer IconExplorer

Memory Pool

81,885 transactions
31.01 vMB
0.11681545 BTC
Random Selection Loading Transactions
Max Size: 185.60/200 MB

Candidate Block

Mining Attempt e9df53941fa9f5ba4c957078dc8abc77c46e0f60596247c8ecc052ca2074a2f9
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 4b44000fa68d9c2ecafb9d972ebb0f80678f1b7f2e0fd8739f741c9eb879a711
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,500
Size: 1.00 vMB
Total Fees: 0.03353741 BTC
Feerates: 101.42 > 3.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (591,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
324,038 324,038 000000000000000001c61b08e3ce99010337f92e58644c1ef63c146d6092c2ce 301 0.14/1.00 vMB 30
324,037 324,037 0000000000000000093b9c09cf587f85c0101d9860e3c6494be5567b6b788b5e 293 0.14/1.00 vMB 24
324,036 324,036 00000000000000000111f8704d8595e33ce1331fe1ae6ef5a34bc4c05de85fc9 45 0.05/1.00 vMB 2
324,035 324,035 000000000000000005c973615cbc8d7973697b91a897b3c09e3a60198a2b4011 273 0.17/1.00 vMB 28
324,034 324,034 0000000000000000083cfe7e259d10b0c6348ddfa4040f1c2089f41528e98bcd 378 0.42/1.00 vMB 16
324,033 324,033 00000000000000000920a7b35fc6dce838b7e84205efa803198d5a88d1839782 804 0.31/1.00 vMB 36
324,032 324,032 000000000000000018adce6c3beb6384fb12ef1b4a1a4f00b4a70119b24cbee4 482 0.37/1.00 vMB 24
324,031 324,031 000000000000000011436a45b00ad710c0eab90b9df51c8dff8e51d4e54181f8 918 0.62/1.00 vMB 25
324,030 324,030 00000000000000000304de28dc33d1956a9f04c05f82dd63418490e4485e6172 563 0.41/1.00 vMB 19
324,029 324,029 0000000000000000157a08143898bc1bab5990b40600c4eed4af698a9299c94a 741 0.35/1.00 vMB 38
324,028 324,028 00000000000000001b1b9710804c4600dd1e17720686d9c4cc358caeebd656bc 256 0.14/1.00 vMB 33
324,027 324,027 00000000000000000c6afab7d3659dc2af08a9e0bfd105f64b62cfc462f7d330 198 0.12/1.00 vMB 28
324,026 324,026 00000000000000000abbc775f160aa73d6c97f367a2c446be89dd52870187e5f 773 0.50/1.00 vMB 24
324,025 324,025 0000000000000000124045d97347c20481bad0b3481a8ca00bb282a8c98767d6 367 0.25/1.00 vMB 29
324,024 324,024 000000000000000017171641871d5b90133a2b4c4c080e85afaca7c8c8ecd0cc 457 0.44/1.00 vMB 24
324,023 324,023 000000000000000011d201b89ee3ca4ffe32904fd5504cfe71c8e22db0b03381 418 0.29/1.00 vMB 26
324,022 324,022 00000000000000001b38ad23a1603a3f247d867305e93a35c2d63c3b8513cd29 195 0.09/1.00 vMB 36
324,021 324,021 000000000000000004f3ea29f6eaff38115e04f0e7dedf91aa6fa08dc7a69998 196 0.14/1.00 vMB 22
324,020 324,020 000000000000000004d958315587d160e4ab13d391be3d70a565e2de6efe53fe 1,169 0.69/1.00 vMB 32
324,019 324,019 000000000000000005c27349720fc63acb1e7303e96b47769f93606a00de799f 120 0.08/1.00 vMB 7
324,018 324,018 00000000000000000d34b6c3df2bdd43d482d4b4de9a2fe86b752b91a0d6c5b6 1 0.00/1.00 vMB 0
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.95 GB
    • Received: 16.33 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.