Loading Tool

Explorer IconExplorer

Memory Pool

35,423 transactions
25.94 vMB
0.06299373 BTC
Random Selection Loading Transactions
Max Size: 131.99/200 MB

Candidate Block

Mining Attempt 25f2aecc63ceb38c6b1d367d038196432ec80c3f31ac70b1018d312a9b333573
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root 1939b8a6141d26ec6671e6e146279ec2a02a229bc384bd4392a766c154970a7b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,710
Size: 1.00 vMB
Total Fees: 0.01534676 BTC
Feerates: 165.59 > 1.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (305,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,534 609,534 000000000000000000080f250c78ac8f84408d6bb306d1e118bba886bb27f7c8 599 0.19/1.00 vMB 13
609,533 609,533 0000000000000000000c4517d601867138a51828d07fb38d5c18c95f48e7f22b 1,220 0.45/1.00 vMB 12
609,532 609,532 0000000000000000000f827761530ccd7812baf855eea65968551aface60a0ef 1,990 0.70/1.00 vMB 9
609,531 609,531 000000000000000000076fafac850062e758b71091ee10d10dd6ea7db9bfb53a 341 1.00/1.00 vMB 1
609,530 609,530 00000000000000000010fb2a883cd0b55faf5854fb3eb7795e86fbbfe8149847 2,464 1.00/1.00 vMB 15
609,529 609,529 0000000000000000000f7598ffc86abc3a016586a39ed79a77ec3f65ed055a2c 2,283 1.00/1.00 vMB 11
609,528 609,528 00000000000000000000cea28c9807b3d31d01bb652315eb95d273613c68bb8e 1,621 1.00/1.00 vMB 6
609,527 609,527 00000000000000000012b2a6c7811abbb9d0f9f4ef2ac2b90a7ea64f36809f0e 1,994 1.00/1.00 vMB 7
609,526 609,526 00000000000000000014d5f1b55822761d8e7b023c24ccc20456a433a167c636 421 1.00/1.00 vMB 7
609,525 609,525 0000000000000000000dfddff1d5b4a032370cc8a181a62894a30099ebe77e17 1,116 1.00/1.00 vMB 11
609,524 609,524 000000000000000000148b6e1b0113897f1eef0c09860783c3deb34f507a97fa 2,211 1.00/1.00 vMB 15
609,523 609,523 0000000000000000000dbd02c8e2d6e29a6e2c70267e7573ab3526137d060088 2,271 1.00/1.00 vMB 9
609,522 609,522 00000000000000000009f02e2f52e7656045147f1c8cdc3c9afa4bfb1acbfb99 2,597 1.00/1.00 vMB 25
609,521 609,521 0000000000000000001571e1bc13ecb67b232e0af074957d1a7fd680b0e98d39 3,051 1.00/1.00 vMB 11
609,520 609,520 0000000000000000000f5e4e64e354929cadd2f4d79f0fa5e4cdfa85d1384416 2,847 1.00/1.00 vMB 27
609,519 609,519 00000000000000000012daa97a030e1e032e68bfd89f06fa9cda6459fd3c32a8 2,436 1.00/1.00 vMB 31
609,518 609,518 0000000000000000000321714a0c225debc3ed615e2ab5bf611aae0bedf15459 2,641 1.00/1.00 vMB 19
609,517 609,517 000000000000000000002d4c7521a7ab3a991ea6021ad8fbe95fc1d32b5c9da5 2,553 1.00/1.00 vMB 17
609,516 609,516 00000000000000000012d2126708ac04cc78ed4dfb0bf6164a165d3749c2a663 3,173 1.00/1.00 vMB 16
609,515 609,515 00000000000000000012a371534d44b5484fb5e14bb64c4c5cd1ac23529b912e 2,882 1.00/1.00 vMB 13
609,514 609,514 00000000000000000001274aa31e126c2bb6a692ecc80edd5ad1180e6382b6fd 2,457 1.00/1.00 vMB 3
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.24 GB
    • Received: 12.47 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.