Loading Tool

Explorer IconExplorer

Memory Pool

47,699 transactions
29.05 vMB
0.08280178 BTC
Random Selection Loading Transactions
Max Size: 154.90/200 MB

Candidate Block

Mining Attempt 59c8a51b88329911d7d728a38e66ba259fe2b84c5774f43dbdcca0674a04c12c
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 5c17665d6142ab817dc44d2696b6676023c54951d5293f1825e865931694cef0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,202
Size: 1.00 vMB
Total Fees: 0.02696177 BTC
Feerates: 100.60 > 2.70 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (179,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
735,010 735,010 000000000000000000009e68e3487f7ea59d866aa5a90349e93a8098df8be6c5 327 1.00/1.00 vMB 14
735,009 735,009 000000000000000000017ddb055c4aacbee361dcc6b24fce1fc629657b884cd0 2,721 1.00/1.00 vMB 22
735,008 735,008 000000000000000000071518d202d9fa4a0529c56ec3c2eb985d3819466e73f4 1,180 1.00/1.00 vMB 9
735,007 735,007 0000000000000000000274e96f49c7f237cead663b837d196c898d1550eed1c2 1,158 1.00/1.00 vMB 10
735,006 735,006 000000000000000000052a5f9e4047f4f6523a194f788eff41d60214b25ec325 1,200 1.00/1.00 vMB 10
735,005 735,005 000000000000000000072cef8ae4991170f0308be677b429937426c826926bb4 841 1.00/1.00 vMB 8
735,004 735,004 0000000000000000000742dfb6a1d5f5e85d4b7510ba18184420a8d202f2450c 3,079 1.00/1.00 vMB 9
735,003 735,003 000000000000000000000427d02427c59d94bf32a9d5d3f279f988e89ba81ac9 2,512 1.00/1.00 vMB 10
735,002 735,002 000000000000000000046f886ceb8a1f8c6112a8d8925bf9746c225289e2c25c 2,450 1.00/1.00 vMB 12
735,001 735,001 0000000000000000000102f18e3b118ccc1170786163338c2dfdf17ac9785e47 1,828 1.00/1.00 vMB 16
735,000 735,000 000000000000000000055fc826f66e3b1135096a9d12ff75804815d3d1c72cd8 1,487 1.00/1.00 vMB 16
734,999 734,999 00000000000000000001b1fdf7e564e40353ee559e0f5c4d13ecfd84a070ca16 2,537 1.00/1.00 vMB 20
734,998 734,998 000000000000000000083306225894541f64b352c5ac555d9c1c61f8160da535 1,795 1.00/1.00 vMB 14
734,997 734,997 00000000000000000003c2a0f572fe71f60451b872ad2b490bd9c1594fe0afa4 3,509 1.00/1.00 vMB 22
734,996 734,996 000000000000000000093e9478a42fba5a6483767597d03e8dff8d8d4c777dec 2,556 1.00/1.00 vMB 16
734,995 734,995 00000000000000000005a2b2488833b77bfdc6593dc577f1f8c0c1296ad5ca0f 2,772 1.00/1.00 vMB 18
734,994 734,994 00000000000000000005f5c6f3373a3ebb6b6aa2504cfc8f88a263a83f659a2b 2,518 1.00/1.00 vMB 13
734,993 734,993 00000000000000000000fd37c3cc8f0dedf4015be712e692ec1cd73e6593246f 2,045 1.00/1.00 vMB 13
734,992 734,992 000000000000000000046059f2e748e8fba529adb4c3b2db46a1715e8ff32d73 2,991 1.00/1.00 vMB 12
734,991 734,991 0000000000000000000856079d7d38543f1e608efbf74e7893b211d9d96117ab 3,491 1.00/1.00 vMB 11
734,990 734,990 00000000000000000004163e30f7959234c6e17c506e8a1529e2d2e1d0be2c81 3,010 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.12 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: 652.10 GB
    • Received: 13.72 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.