Loading Tool

Explorer IconExplorer

Memory Pool

16,031 transactions
7.89 vMB
0.02357529 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.23/200 MB

Candidate Block

Mining Attempt d781cb3917f9b6ff19aae3cc25db20f7f35d983012b141bc02cbcb04d37b3f75
Version 20000000
Previous Block 000000000000000000011760e0a3cdf589c16284ec888372c4e68dc06ff7fe33
Merkle Root 1d2f52cb462cf5164fc5aa3cf22457b33f6c974fe01e5036486e869d40310765
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,424
Size: 1.00 vMB
Total Fees: 0.00764188 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,433 (885,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
28,347 28,347 00000000cbadd890cfbf0f05d9101b87fafc0abb7b0b15b4f6f70f1c7d378e68 1 0.00 vMB 0
28,346 28,346 000000006d67346141cd8694c93a4bfeab76ddad86482226390b2cd0673a863c 1 0.00 vMB 0
28,345 28,345 000000001e6868e093f635e98d2a13cdbb50f2dc29128b9defbab2a6ef5f1c1a 1 0.00 vMB 0
28,344 28,344 000000000d2a59ad657727201c689eb27a92f4981ac6e8170b0d25923f94f885 1 0.00 vMB 0
28,343 28,343 000000004f6eecb3cfd2e9fea7cf68583d8e0a9e75f847cdd2a0d3ccef97c275 1 0.00 vMB 0
28,342 28,342 00000000520cc469b8ae98b826670b848ddc271a5e45e8b02a92125345607237 1 0.00 vMB 0
28,341 28,341 000000006a975562a9fef368905ab45478b8582b4d031f518337275bbec3cb28 1 0.00 vMB 0
28,340 28,340 0000000070ca549565a2e06f4e02efea744a51c9735a1048d7470d4645b83591 1 0.00 vMB 0
28,339 28,339 00000000da155f12f25d3345e2b460d3e3484645fe71c0c6b5b4043648842832 1 0.00 vMB 0
28,338 28,338 00000000969341038560cad67b35205386b277b66610b6f8a64c8b5e23abc97b 1 0.00 vMB 0
28,337 28,337 0000000089f91c8718a0547f9e3adc2db119216e637e2fcb7fe63673863abf6f 1 0.00 vMB 0
28,336 28,336 00000000e6f342527a6b67e73be5c1978bf998d1825605d638546d6dd3a7f5c5 1 0.00 vMB 0
28,335 28,335 000000006710194dc06c523ee84ab1a6e9402cd16d2b0b0168f4b10ead82292d 1 0.00 vMB 0
28,334 28,334 0000000029c1c36fe2af02df0e41cfa06cd80c2ce4d8912e0c1eedc1263cb979 1 0.00 vMB 0
28,333 28,333 000000004be3c4437b1ac67b5922c936f69a7d9ef335bc116c37c41df19a5685 1 0.00 vMB 0
28,332 28,332 00000000d7e14a964f1e45827175f7c8b30f048f78f87c4c7d6092b2959852b3 1 0.00 vMB 0
28,331 28,331 00000000366d0837a7bad7f8d8110a1202d3038d31de6eb0563cb351cf5e047c 1 0.00 vMB 0
28,330 28,330 000000007987ed42f8b13a27c9270e069e4cba9db2730bdcf2e391acea518cc7 1 0.00 vMB 0
28,329 28,329 00000000b0745a13399d99255c3fb7e51441d15d7c40c2419ae5ca4286f6ccb9 1 0.00 vMB 0
28,328 28,328 00000000132b86d21b3b70d67db4fd563d157ecf8ff688befc8d04146e4dd243 1 0.00 vMB 0
28,327 28,327 00000000e232de06c71fd805dbc07419137893e496c11bb2e4b4070cbea8481b 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 302.56 GB
    • Received: 1.35 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.