Loading Tool

Explorer IconExplorer

Memory Pool

79,169 transactions
21.31 vMB
0.05615237 BTC
Random Selection Loading Transactions
Max Size: 143.16/200 MB

Candidate Block

Mining Attempt f18d0b82a6c3f787ae4e76256b0094a7b0b67cead629ee27163d475e3f050946
Version 20000000
Previous Block 000000000000000000015b5f48a640f97fcc186053282ae12b3b73be3d62ce32
Merkle Root d1d8a0d9119c4e9b6574f6bf793318c10f1cf9f07cfc80f3436aa250046d2f30
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,302
Size: 1.00 vMB
Total Fees: 0.00777549 BTC
Feerates: 73.20 > 0.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,176 (830,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,702 85,702 00000000001c70739c784002f8968d85f9dde6906f16ad99bc8a0df525cf5473 2 0.00/1.00 vMB 0
85,701 85,701 00000000001f1aa47700f957caf408357e2fbd1ab5a860dc82e1c28cfb80b3a6 4 0.00/1.00 vMB 0
85,700 85,700 00000000002821bdcdb4f0f2accdec1cff83d0cac0833503b11f7844334e4ff2 3 0.00/1.00 vMB 0
85,699 85,699 000000000016d029f9b7b7a470bfce3fdf76508aa41defa0d8ff82d9e2654d58 1 0.00/1.00 vMB 0
85,698 85,698 00000000002d52e0ac968cf20e93f9e1effe417509e477a89012412a88060968 1 0.00/1.00 vMB 0
85,697 85,697 0000000000171a551d95c63a9fae556f407a3a7bdabf627b744979da248c6f15 1 0.00/1.00 vMB 0
85,696 85,696 0000000000024e3d378ddf9ec84d61af9d296cc13ed21b51a69d6338f766f720 2 0.00/1.00 vMB 0
85,695 85,695 0000000000191fe6e9a7ce1b3c26c7143ad779ccad59880211e0f4421c90e6da 1 0.00/1.00 vMB 0
85,694 85,694 000000000023a4dcabbee64396561fa5143f5bb3952d2cd3639a6a4741099efc 1 0.00/1.00 vMB 0
85,693 85,693 0000000000093c1eba062bb8f375f3c9f76ec8f3d15c5b82d2af153dc54860b4 1 0.00/1.00 vMB 0
85,692 85,692 000000000008f30e031182af7fc0fc54f525ecaf0610ede7dcb1133d7fe8aee5 3 0.00/1.00 vMB 0
85,691 85,691 000000000018b52a546c95a8dfbea49f90b339598aedc2c371ac0482034f246f 2 0.00/1.00 vMB 0
85,690 85,690 00000000002565b43f43aa927df420ef77e8a6b0b76ff2bdc37cc20186b11642 1 0.00/1.00 vMB 0
85,689 85,689 000000000027676ed2d34a6e0f1b11c6f53b890934cf887d6ce3b90c54028904 1 0.00/1.00 vMB 0
85,688 85,688 00000000001c82356e82caf5716ed7754bc76231eee0521fca8d7c9337f59156 4 0.00/1.00 vMB 0
85,687 85,687 0000000000109081f0ab9e37790777c030fec122f7b79d7147f20de4be2c8dc2 1 0.00/1.00 vMB 0
85,686 85,686 000000000017a7554ee2b125447b18e94e9b433eb08660190cb9c24de4c598cb 2 0.00/1.00 vMB 0
85,685 85,685 000000000013c4dde39bbef4f1ad180fa7bd8a5fdfe48b02b31454000222ed13 2 0.00/1.00 vMB 0
85,684 85,684 00000000000e69eca6c996547af6bbb62ba3d14c72055dbd92c3be8bdcedaf3d 1 0.00/1.00 vMB 0
85,683 85,683 000000000021b123ee073e26cbc776c785fea966f6f9628cb0dad60c259fe40c 1 0.00/1.00 vMB 0
85,682 85,682 00000000000e695256319b5f5ef9d9989d8c539affd3c6b09371603f53965751 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.41 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: 821.45 GB
    • Received: 24.72 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.