Loading Tool

Explorer IconExplorer

Memory Pool

93,892 transactions
25.01 vMB
0.13893747 BTC
Random Selection Loading Transactions
Max Size: 168.61/200 MB

Candidate Block

Mining Attempt 29fa948813b0294b34aaf324238ba397009a2fa6680e9289065635748be198a5
Version 20000000
Previous Block 000000000000000000012b7b2761c1760b32df277cfe0e6b74b88e1d007f854a
Merkle Root db6d8867724a4a8aa665b2d7b6af51b99f7fcc4031418d3fe0b515f654deed1e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,004
Size: 1.00 vMB
Total Fees: 0.05904249 BTC
Feerates: 529.10 > 5.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,903 (880,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
35,436 35,436 000000000916d55b3b995e1e16c076468583835ad76f19c59432e026c4f3e709 1 0.00/1.00 vMB 0
35,435 35,435 0000000066b10d952e1c40b13eee13f25113d182d027e50470ba3388319fe93f 1 0.00/1.00 vMB 0
35,434 35,434 000000002fdbf5e29cb1315c8b3cf89231f989440bf5562db3b23bbff1766aa7 1 0.00/1.00 vMB 0
35,433 35,433 00000000332d926f8b45db611dc99b31a307d99a3fa1c3c2b7bbbcb350f1a87f 1 0.00/1.00 vMB 0
35,432 35,432 000000000f40928af4d1d560b2e60afc58995aa367938f775d1376b8c62f0dec 1 0.00/1.00 vMB 0
35,431 35,431 000000009bc194cff8ac4a82b17a65ba3e785bf7677bccc80de3237a46813b9a 1 0.00/1.00 vMB 0
35,430 35,430 0000000073d7817fff9eadd09d984635153279053ce4e2dc4e5b7659cf0741d5 1 0.00/1.00 vMB 0
35,429 35,429 0000000090a0fe889205800db4905bf8018a616cd8c0d3cd0e0ea6b7cccd7118 1 0.00/1.00 vMB 0
35,428 35,428 000000003b5347a387c9930104a13399a6bf512a0e8f6eece69eed781df54195 1 0.00/1.00 vMB 0
35,427 35,427 0000000079bb2654472fb21a36bf4b76f0b9c762577fac8dd04b447a38b7fdde 1 0.00/1.00 vMB 0
35,426 35,426 0000000021faec976cb7abe0b262f9348befdf83c848546b786bc64646d823c0 1 0.00/1.00 vMB 0
35,425 35,425 0000000044d85845d83318ca853a5624dab1c536a7428cb5263b09b9fce7742b 1 0.00/1.00 vMB 0
35,424 35,424 000000008fea6c942ba88e475cf5c9e06d64959b3e8f10b4745e2c6056f673fb 1 0.00/1.00 vMB 0
35,423 35,423 00000000af5b04e15e4f591701588a5055315cdd6a3683ce53f31c9ffceef6a8 1 0.00/1.00 vMB 0
35,422 35,422 00000000333963e7da4e7c859c1cac69f9d409814f8fe953180987a395dfc062 1 0.00/1.00 vMB 0
35,421 35,421 000000009f2f1e0daa2bc6788dfb76af513b129b0578cc9b74b896bc4f28d384 1 0.00/1.00 vMB 0
35,420 35,420 0000000070ec75f49e704b532b17883bd971b0dd62c663e8cec07d5fbf1132ee 1 0.00/1.00 vMB 0
35,419 35,419 0000000043936df85347e38716c2f9e6d60dc6575988ab2aea267efbb0852ab0 1 0.00/1.00 vMB 0
35,418 35,418 000000000e715cadf6781766c3526028611c74b47c836e46c0c81c0b2fc440f5 1 0.00/1.00 vMB 0
35,417 35,417 0000000077ae35d2f9a1b037bbeadb6e3c4be34a77af7ac494cca00b7bca6c36 1 0.00/1.00 vMB 0
35,416 35,416 0000000070d1a312a8d01b2f19b370f7488e8499a76bf47ad573c23fe819f457 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.94 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: 797.99 GB
    • Received: 22.38 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.