Loading Tool

Explorer IconExplorer

Memory Pool

31,907 transactions
25.00 vMB
0.04905294 BTC
Random Selection Loading Transactions
Max Size: 125.51/200 MB

Candidate Block

Mining Attempt 4030dd9d64e59dd11dd0e213c5d2edd0277b96c755357aec2b46e83cd74e783b
Version 20000000
Previous Block 000000000000000000019dd1c564ae94c30db263064959627df766509c104535
Merkle Root 1ecf27eb262991b6477118e53b774b2f4251ab50dce518e531cfb0a9b62a57bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,610
Size: 1.00 vMB
Total Fees: 0.00409611 BTC
Feerates: 80.43 > 0.41 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,698 (81,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,578 833,578 00000000000000000003104b6d7d5b0a47194c30fd5d672f35a4808d2092cfb0 2,793 1.00/1.00 vMB 32
833,577 833,577 00000000000000000002d4f21d83a64f74f9167fc76cf17744afa94e6c44f721 2,729 1.00/1.00 vMB 33
833,576 833,576 000000000000000000008476d6d3ba9ffe3dbebb54d7d0dbf30cca00aebbdb1a 2,249 1.00/1.00 vMB 16
833,575 833,575 00000000000000000002f31cf59d0bc5d7f1b61550e1fa3a3dfc2bb4b2d4c668 2,177 1.00/1.00 vMB 25
833,574 833,574 00000000000000000001c256e48ea0f9d32533d27c5f497ae799fffa20a1e0ab 3,305 1.00/1.00 vMB 38
833,573 833,573 00000000000000000002be1a018bff0445042fdd1ba2421d0533d02e78355fc0 2,368 1.00/1.00 vMB 22
833,572 833,572 00000000000000000000d646d53f28b29fc8154baa7d5d70b68efd9c7ad98d2b 3,575 1.00/1.00 vMB 42
833,571 833,571 00000000000000000002f1fba3ed1a18c8658c6997fb5244d1d2722d1e79c4fd 2,927 1.00/1.00 vMB 24
833,570 833,570 00000000000000000001f8200ce5662240a32228fdcb3ea717fe279076ac7bf4 3,639 1.00/1.00 vMB 58
833,569 833,569 000000000000000000009935240e5bb0cdae5bb6092c7d68be3f9cec13d668ce 3,417 1.00/1.00 vMB 27
833,568 833,568 00000000000000000003358681f3154e9c80885093d75241c30212fff061700a 3,982 1.00/1.00 vMB 21
833,567 833,567 0000000000000000000109aeb62fcb31c09f0fb1eb1f737b206be5d37d5c2b3c 3,252 1.00/1.00 vMB 23
833,566 833,566 00000000000000000002176a90a21789308b4952f21c8327fc7dec7004f085f2 3,182 1.00/1.00 vMB 31
833,565 833,565 0000000000000000000079aae8ff14ad4d2888fe498ee32801ffdafefa63c8ea 3,439 1.00/1.00 vMB 44
833,564 833,564 000000000000000000004861506727b0f31387f1d0f39cda1cd7c8c1f3f1d7cc 3,362 1.00/1.00 vMB 53
833,563 833,563 00000000000000000000c211805b54c38d5947c8b195423ce0aace854d583e62 3,370 1.00/1.00 vMB 18
833,562 833,562 00000000000000000000733c25bb5ff42ad1a9a8bf1c10a334ed2a2c72c0e88b 2,994 1.00/1.00 vMB 28
833,561 833,561 0000000000000000000310f26593edea779230d09d433d7ee7cfc9d286f9e346 3,884 1.00/1.00 vMB 45
833,560 833,560 0000000000000000000174990fd9391840e285a2bb2cc56654f5bdb99c679d32 3,235 1.00/1.00 vMB 32
833,559 833,559 00000000000000000000f2c012ddae11ae20a2be7a6c7e75cad68e39102457db 3,602 1.00/1.00 vMB 40
833,558 833,558 000000000000000000018c4eef236fbbb3714812c0541072241a382299210679 1,642 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.85 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: 638.88 GB
    • Received: 12.50 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.