Loading Tool

Explorer IconExplorer

Memory Pool

82,879 transactions
22.02 vMB
0.05937972 BTC
Random Selection Loading Transactions
Max Size: 148.47/200 MB

Candidate Block

Mining Attempt df7abcebfe74cf78c21db86b5b06a9a8b7f47c16474eb75ae3b8a4a0860f9f0b
Version 20000000
Previous Block 00000000000000000000158f239f02d2e9956869fbb88780fb2790b969fa8b85
Merkle Root 09c87a35df3b5d58894832464436217e89e0d1a91750e46367642b46ec6a565d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,233
Size: 1.00 vMB
Total Fees: 0.00895451 BTC
Feerates: 88.31 > 0.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,168 (826,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,689 89,689 00000000000aef791ada4d8a7e6467c36a0ccba60fc9c313da4ba3fc7c168b03 2 0.00/1.00 vMB 0
89,688 89,688 00000000000ba41394f6cbf79afe25277d5cb84fde456da8877036cb96f0f57d 1 0.00/1.00 vMB 0
89,687 89,687 00000000000480ea021444bb3630b38cc2e6e6672450e92826d2cd4020deae37 1 0.00/1.00 vMB 0
89,686 89,686 0000000000066e8a8ff790cfa2909c9f3b0ac528c97c6dc2f86530935d9e302b 1 0.00/1.00 vMB 0
89,685 89,685 000000000003efc708947f39503cdf0a47753c087ca3322107fc4a0715626736 1 0.00/1.00 vMB 0
89,684 89,684 00000000000e4f1e29f92b1698e5bb8ed15d64814b52030997a0767582d295c4 1 0.00/1.00 vMB 0
89,683 89,683 00000000000e84f45865e87d5d5ad5c69ffce1da17238177046b57add4fcf376 1 0.00/1.00 vMB 0
89,682 89,682 0000000000103d09f95993db5d80380bdc2469a3921adf8df4c8b56d2b191e3d 1 0.00/1.00 vMB 0
89,681 89,681 0000000000058c8fc5da1595598b59b02f9a5973ac3a514bfa8bedc27ff10983 1 0.00/1.00 vMB 0
89,680 89,680 00000000000c54db1971d5ca46f26bbb0842f55e694d0b6c094fa28039b5c3b8 2 0.00/1.00 vMB 0
89,679 89,679 00000000000ef238c7ca84cb6de8951efdb2f5a650abdabdfef467d491b105f1 1 0.00/1.00 vMB 0
89,678 89,678 000000000011bb620b264b01977d3713edea870c49451deba2536c14b01692a5 2 0.00/1.00 vMB 0
89,677 89,677 000000000012ab8402586c31c21d654a7b1eab7f7ca69ae8c3629d3400a4dd2f 3 0.00/1.00 vMB 0
89,676 89,676 00000000000aa8058b77f7c557f0ffe01fc47b272c9abeb58396fa0844fee7d2 1 0.00/1.00 vMB 0
89,675 89,675 00000000000f34f4fc89bfb7b66fd263ff81383f2619e07d95cb5b8856d7bf38 1 0.00/1.00 vMB 0
89,674 89,674 00000000000df78cf154dda65c8ac9a017f3ff2680f1fdf23931ed9dbf417477 2 0.00/1.00 vMB 0
89,673 89,673 0000000000068c3fcbfec6d308280eb1170c58170cf387eda773784061b0a373 1 0.00/1.00 vMB 0
89,672 89,672 0000000000003a354d6b9b8da441261ec35a0173b8d833c6d29cc72ab9c4ba2d 1 0.00/1.00 vMB 0
89,671 89,671 0000000000111ce271b1ae23c001306969149cc0ec6cd25ab45fc42ee67fe369 1 0.00/1.00 vMB 0
89,670 89,670 0000000000043ebd13a9b11f9af7adaaab2ef05e29401053ffe75f2283d2fb7b 1 0.00/1.00 vMB 0
89,669 89,669 00000000000d93d207b30b71192441844736e2f597edbebd188c706015bcc0e3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.40 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: 819.98 GB
    • Received: 24.65 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.