Loading Tool

Explorer IconExplorer

Memory Pool

38,770 transactions
27.36 vMB
0.06310684 BTC
Random Selection Loading Transactions
Max Size: 139.50/200 MB

Candidate Block

Mining Attempt d82b9196a350ae169b1918d4281a2fe9d5f44ec132cf7e200c12f146b9e31aa8
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root 7186efc959a4211cf97ac986191489102b6936e5c41b7fbff7b93c5d9e5a04eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,607
Size: 1.00 vMB
Total Fees: 0.01132186 BTC
Feerates: 60.16 > 1.13 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (76,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,415 838,415 000000000000000000000b6b69e54adb4068dc747dc0e63570313ec4144626f4 531 1.00/1.00 vMB 16
838,414 838,414 000000000000000000005230ce6f7cf935f3d199df826e35351f491557bd7b64 2,382 1.00/1.00 vMB 22
838,413 838,413 000000000000000000006789b3676e86ccbcc3196081c2bc8fdb0b02b846b925 3,129 1.00/1.00 vMB 30
838,412 838,412 000000000000000000007b54a03c95822ee37789d590645d93f6ac176ba39f78 1,823 1.00/1.00 vMB 19
838,411 838,411 00000000000000000000e85a2a82292dece086f7b2faf3fa549a9645323e760c 1,342 1.00/1.00 vMB 18
838,410 838,410 000000000000000000032dd3a8ad7fa5244487a57c21fc4c4a63f61d7983d860 1,740 1.00/1.00 vMB 19
838,409 838,409 00000000000000000000e646df698e589f079e8830da4295d195f7adf12b8d4c 2,416 1.00/1.00 vMB 22
838,408 838,408 0000000000000000000290e2caf27f3f4d0799b1ce05b07d9ed492c187a2b3c4 1,959 1.00/1.00 vMB 18
838,407 838,407 000000000000000000014d7e802d8167f3e3e9d2eeae928794b2bee9c6429481 2,808 1.00/1.00 vMB 30
838,406 838,406 0000000000000000000236c5781660e26fcd54a7d88699a7215baf9c15d7a189 2,776 1.00/1.00 vMB 20
838,405 838,405 00000000000000000000b9a66ad304e6c7d820edd1b66f745fa398f18d59ec74 1,990 1.00/1.00 vMB 20
838,404 838,404 000000000000000000005c6535ac248119bfb6361fd6d775ee19f60c321c9e68 2,699 1.00/1.00 vMB 22
838,403 838,403 00000000000000000003342ce43bd9d9ea9defdc5b132e2932926530e9b358c2 2,318 1.00/1.00 vMB 28
838,402 838,402 00000000000000000000a49ee26660a2851881cada6fa6dc13b9e68d69c1945d 1,810 1.00/1.00 vMB 26
838,401 838,401 000000000000000000019bd6917e52cb3824b029896c92684a3cc80cb2ba7ed5 2,678 1.00/1.00 vMB 27
838,400 838,400 0000000000000000000076ba0ac555254336d00e7d664e5135aece0a38fef335 3,158 1.00/1.00 vMB 39
838,399 838,399 000000000000000000023ef2a6bc7af98db9f017bea5bb1f231e92e5533e858e 3,653 1.00/1.00 vMB 20
838,398 838,398 0000000000000000000214e44eb8f7b75b744f6bc3ecf8c4df1f0419b6c1acfc 3,759 1.00/1.00 vMB 23
838,397 838,397 000000000000000000031497be9d5c0d7c88ec12f8cfdab5f4a782f7b729fc5e 3,157 1.00/1.00 vMB 32
838,396 838,396 00000000000000000000102e1789f9ae144e3533a1fe4bf1062340deb2538132 4,102 1.00/1.00 vMB 33
838,395 838,395 000000000000000000033e43853e1315dee32bfc44762779aacbe1e961554575 3,722 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.75 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: 631.28 GB
    • Received: 12.06 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.