Loading Tool

Explorer IconExplorer

Memory Pool

43,560 transactions
27.01 vMB
0.05750028 BTC
Random Selection Loading Transactions
Max Size: 142.44/200 MB

Candidate Block

Mining Attempt 94d6f5bc81a12deb0ecca03d317ec010a5e84cf199f97bdddfdd5186ca578cee
Version 20000000
Previous Block 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083
Merkle Root 9f9c9e5f75e6c8cb1991c17f76b6fc0a75babe3fd1c89a0c0151ae87b867a595
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.00722032 BTC
Feerates: 160.56 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,915 (665,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
249,817 249,817 000000000000006cc6db45b6bf042a15384370235a8502d5f1a31ecea3c760b4 99 0.04/1.00 vMB 70
249,816 249,816 000000000000005ee4b57615938684eba4dcfe5347e0a9ce771a94a58a7150f4 424 0.20/1.00 vMB 151
249,815 249,815 000000000000001d2d48a5f3f4d239c76a32f108bd5f4ee2991e7d164b602aa6 402 0.21/1.00 vMB 104
249,814 249,814 000000000000002a12bf8f09ff25593a1f6ea160c93678019d030f18ab47fc35 17 0.01/1.00 vMB 126
249,813 249,813 0000000000000047f75644e38330df941f89a36122fa381231903e89a4ca3fa7 34 0.01/1.00 vMB 161
249,812 249,812 000000000000003a214b80a6612df626f0049b223f1ddd3fede55a6e6d49f7d5 269 0.12/1.00 vMB 128
249,811 249,811 0000000000000011b97b03219d4f5587034ad0d9ee2778aa43142d15430e31ad 263 0.12/1.00 vMB 150
249,810 249,810 00000000000000545ee2e1dce0efaf91b68fa524a4dd822d59a34c71ad84e8a0 13 0.01/1.00 vMB 55
249,809 249,809 0000000000000030f20d80c7ec410ee34cf3c6253ea6a65f40844ce13d9d7fa3 287 0.15/1.00 vMB 106
249,808 249,808 000000000000004a95954eb7ea92257926f9cd0a69e6e75c00b1308d3c64d474 289 0.12/1.00 vMB 182
249,807 249,807 000000000000002254052740dc503b82a0becf51b1a8f47921665ab5c56f3ce8 320 0.15/1.00 vMB 116
249,806 249,806 000000000000001d0d57e8ceeca7fdaa82a50fdadfab55adaaa62a925d0a1f97 42 0.02/1.00 vMB 119
249,805 249,805 00000000000000152edb68db1d51af62682b7df2900f1269efbaaf3b160f590c 118 0.05/1.00 vMB 160
249,804 249,804 0000000000000008f5f320e49e5410b94db076be0a58c6c72c8e8df0c9faae73 68 0.05/1.00 vMB 56
249,803 249,803 0000000000000013751d6dd436e63ecf3efc91e1a73f758f3b908ad5bcc1b3fc 545 0.23/1.00 vMB 128
249,802 249,802 000000000000005dbc2563b52aba0f969d98028b888ccc4acdb3b85213f8031c 115 0.09/1.00 vMB 72
249,801 249,801 000000000000002c5af6a4a330527739a8071ed2fe86eba876dce8d7e9a96793 362 0.16/1.00 vMB 122
249,800 249,800 000000000000007d8b8a636594facecae0f60f349654a58a26318b29170422b3 29 0.01/1.00 vMB 153
249,799 249,799 0000000000000043a0c72aa1a1d5d7d87a33ba6884f4c80f72d1ff697c2fc691 123 0.06/1.00 vMB 130
249,798 249,798 000000000000000f1d61fd0bf2b73bc0918a9965e774bc8e16a66ce3023e8b20 57 0.05/1.00 vMB 27
249,797 249,797 000000000000006d75ec5f29944a76a60c2732afcc9fb4b5687fbe3308f170eb 387 0.16/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.24 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: 655.07 GB
    • Received: 14.25 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.