Loading Tool

Explorer IconExplorer

Memory Pool

41,965 transactions
29.02 vMB
0.07118241 BTC
Random Selection Loading Transactions
Max Size: 148.74/200 MB

Candidate Block

Mining Attempt 4b393bc81bf64a8481c5bac8afdb16dbfe7c3e82185e3c43225f62b7d0b7a7f7
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 63cf0cecf1f85c10722723ff89f241412a444c7f8813c4aff668724e19d3ee85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,625
Size: 1.00 vMB
Total Fees: 0.01461098 BTC
Feerates: 100.36 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (183,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,430 731,430 00000000000000000008dbbd398edae862c2e36d90931d12582defaa14c6a591 1,222 1.00/1.00 vMB 15
731,429 731,429 00000000000000000003186b21161cef2c4e9606d1bcf0487196d0a2dfb8f05e 3,011 1.00/1.00 vMB 12
731,428 731,428 0000000000000000000530f897d3cfdb0cdecf8d53447ecf07d15829334e1cac 2,449 1.00/1.00 vMB 2
731,427 731,427 00000000000000000007eaf8ae1bed7c540ef092b5ef8d8970304292d26f5cf4 3,262 1.00/1.00 vMB 12
731,426 731,426 00000000000000000008ac393c48ff710adec766eb777bb37cd545e9a49fd19f 3,173 1.00/1.00 vMB 6
731,425 731,425 0000000000000000000851fe9c2720b37d5a0e0e7ecba3cf7e8c35318310a855 2,543 1.00/1.00 vMB 7
731,424 731,424 00000000000000000005b70b10d8b1e5d6779f3133dc981f6989bc3b73b298b7 2,444 1.00/1.00 vMB 20
731,423 731,423 000000000000000000079db0d41609966db67bf56a4617a76dd5e5a03b132012 2,079 1.00/1.00 vMB 8
731,422 731,422 000000000000000000008cfa5f9ad4e7a3b0b98e21963c09fecd00df17f42fa2 2,056 1.00/1.00 vMB 3
731,421 731,421 000000000000000000009a3d183a11b4d9896f4b931d3969e43c556da7058e17 1,980 1.00/1.00 vMB 4
731,420 731,420 00000000000000000000bbbd01ed04a046aa73c8993388b0ee7636eb1cd11f39 3,009 1.00/1.00 vMB 11
731,419 731,419 00000000000000000008c3ba11d36c84a39302cc72100f47adb43bff5ed9663c 1,893 1.00/1.00 vMB 15
731,418 731,418 00000000000000000008e476d212fb421eb09ac781a412f62910d24294dd431c 3,381 1.00/1.00 vMB 5
731,417 731,417 00000000000000000005c6a4c382d11296eb9f1d0c171df597458aa0277fe104 3,139 1.00/1.00 vMB 10
731,416 731,416 000000000000000000018b8b709d25f92a383d2237d2d3f76baccb43dfbf6a8b 1,828 1.00/1.00 vMB 14
731,415 731,415 00000000000000000000401399b5c7319f1863ae2262d7e7adfabbffe1a87658 2,613 1.00/1.00 vMB 9
731,414 731,414 0000000000000000000216d31056372fcce9637eb092b046c9e8d262fb0d2a09 3,058 1.00/1.00 vMB 12
731,413 731,413 00000000000000000000865310d5ab8a9fecff0e3117dec95d2ffef2a46dbaaa 700 1.00/1.00 vMB 3
731,412 731,412 00000000000000000000f28caeec2472983ef8c5deb3e42a8f5e3f92eb9e68f5 2,622 1.00/1.00 vMB 7
731,411 731,411 000000000000000000066bc5a2cd790aff2920559d4303a4f8a40a862e3438eb 2,886 1.00/1.00 vMB 11
731,410 731,410 000000000000000000052b4eb537d8623e1d0735de577b7204397383b2eae71a 1,229 0.45/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.