Loading Tool

Explorer IconExplorer

Memory Pool

52,319 transactions
30.42 vMB
0.26776667 BTC
Random Selection Loading Transactions
Max Size: 160.55/200 MB

Candidate Block

Mining Attempt 70cbca7cab41f1e39178917fbef7f8b871d8630166f0601402c25c2599583ff5
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 5390d0ee2ade183c5fe916bfffec442764368c303445ab02b8ae30a351c580e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.08434854 BTC
Feerates: 229.15 > 8.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (305,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,537 609,537 00000000000000000005a5347c0a2b5838f726e96233109acc731cbc05b3ff19 3,324 1.00/1.00 vMB 25
609,536 609,536 0000000000000000001138b3fbda3df31a0459ed9ff276edaa15b7fc330259a5 770 0.19/1.00 vMB 4
609,535 609,535 000000000000000000109fdce17d4a3551965407d542b7d0104c212c5bfb4107 3,220 1.00/1.00 vMB 19
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
Previous 10 blocks ↓
Total Size: 781.87 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: 644.20 GB
    • Received: 12.61 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.