Loading Tool

Explorer IconExplorer

Memory Pool

78,395 transactions
29.78 vMB
0.07389850 BTC
Random Selection Loading Transactions
Max Size: 181.82/200 MB

Candidate Block

Mining Attempt f8cfa6fbb56c7f30a477b2a49fe5e7295197a993855fffa7e200da1b38d53129
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 418fa3125b21a9082ea27bfe507e905f51423b4f1dadc3d659d2e23559f483b9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,145
Size: 1.00 vMB
Total Fees: 0.00795397 BTC
Feerates: 150.58 > 0.80 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (488,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,794 426,794 0000000000000000015e98ad4d86cd6762c97664a81a4d0066652fb6cb38ef73 2,554 1.00/1.00 vMB 82
426,793 426,793 000000000000000003ffc3c2a52318877de44b7a09022de6a9c11f635703fbb8 1,775 1.00/1.00 vMB 40
426,792 426,792 0000000000000000040925fcfd663184f220159f117058f1b486a576714e340f 2,550 1.00/1.00 vMB 68
426,791 426,791 000000000000000004c86513b41122e3f59550dad511c34706ebac2d749d978c 2,326 1.00/1.00 vMB 52
426,790 426,790 000000000000000002f50972a355be4136f34b48438576a74dfca0bda0f6dedf 2,384 1.00/1.00 vMB 74
426,789 426,789 0000000000000000035859b090387583f0aaed955b5a2169464367ad35e97055 3,016 1.00/1.00 vMB 93
426,788 426,788 0000000000000000029fc5652d11c3099eff2a54d78867ccc3ce8e34c00305e4 2,417 1.00/1.00 vMB 73
426,787 426,787 0000000000000000000d9d56ccc16f4f5b539c91e27c92192c8374554808e9f0 1,929 1.00/1.00 vMB 49
426,786 426,786 000000000000000003fd402f30d91143905d595f314cb0b4f04e9786f8a7a08a 2,058 1.00/1.00 vMB 50
426,785 426,785 0000000000000000004b38cd5e3dd84529b868a7f04dbfac7c144d4c15dc3e62 2,269 1.00/1.00 vMB 59
426,784 426,784 0000000000000000043e6abb553c7df43c5d85f1485759b6609d6fb4d8a2eb14 2,419 1.00/1.00 vMB 71
426,783 426,783 000000000000000003927ee0956947eb32bc24dee7d32c23a9850a888c993fab 2,699 1.00/1.00 vMB 95
426,782 426,782 000000000000000004380cf8cb3f646f88137448000bcb40ba981be90745e636 2,726 1.00/1.00 vMB 63
426,781 426,781 0000000000000000039519d8bb99f0c32a76318e291252f164af0b9cee15e3fb 2,257 1.00/1.00 vMB 79
426,780 426,780 0000000000000000026f79ec6fec4e795b2b9c121b5f3f3a2089df40c2cab5d2 1,875 1.00/1.00 vMB 69
426,779 426,779 000000000000000001a90c813ba3125152be1124c40c47d329844f45ca5a41f4 3,144 1.00/1.00 vMB 99
426,778 426,778 00000000000000000256d84e6d3fccd5b8422630d2f59c923b33e608067f7c95 460 0.85/1.00 vMB 22
426,777 426,777 0000000000000000042e76e25bbdc7f250ca30ae1c5c649a92c7e0cbc707edd3 301 0.98/1.00 vMB 13
426,776 426,776 000000000000000001be31cf5693f7783d36491f4305b0b9935a2ce008bb1d8f 2,292 0.97/1.00 vMB 62
426,775 426,775 00000000000000000440d5ae859b6634fb88c6733f18b958e6b4748367711658 1,398 0.67/1.00 vMB 58
426,774 426,774 00000000000000000183dc5de898b92ab5c9438d8f74d131a826765ea0bc98ce 422 0.99/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.