Loading Tool

Explorer IconExplorer

Memory Pool

78,653 transactions
29.37 vMB
0.07700593 BTC
Random Selection Loading Transactions
Max Size: 177.52/200 MB

Candidate Block

Mining Attempt ad1e57ff907e7a9cf1c44d71852f54966edf1ba1310179728f1422813e5446a3
Version 20000000
Previous Block 0000000000000000000078ffc24a65e78d2b3a0de27eb90b8ca8a30b42966c94
Merkle Root 9ffd7850c511a80a7fd305c53ba31899934a27859b7f12be3f5b1e2d5690ecf1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,971
Size: 1.00 vMB
Total Fees: 0.01431508 BTC
Feerates: 521.84 > 1.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,122 (349,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,040 566,040 0000000000000000000f8d0574f47034b4f84b24b7b38a2fe279df38ab2055e0 2,423 1.00/1.00 vMB 53
566,039 566,039 0000000000000000000af9265bf0e899169025cb787f73d6116fc9867a3745a0 674 0.26/1.00 vMB 30
566,038 566,038 000000000000000000008afa8f19d785132152502bb8ee78a5ce147fbe40b81a 770 0.53/1.00 vMB 21
566,037 566,037 0000000000000000002b6457d2c74c046e517659f6b2b7cf5ff6b7da2d50c759 1,598 1.00/1.00 vMB 22
566,036 566,036 0000000000000000000ef643f52107bf3b10b3898e4e9c0588d043f876e0560c 927 0.48/1.00 vMB 19
566,035 566,035 0000000000000000000b0588b3c82f117240b03fc6de42607eb4ecdad78e05d3 2,649 1.00/1.00 vMB 29
566,034 566,034 00000000000000000014d71cb1b832c7fe9ecd4c9c96d57b261027f69e3d474a 1,001 0.47/1.00 vMB 22
566,033 566,033 00000000000000000029eb594d2b60dab4a7e21b7b5b2f4c1db07a03fffdb81f 1,747 1.00/1.00 vMB 19
566,032 566,032 00000000000000000012f2a323c12d8d2388630a0bdf6fb1baa7514c8d2792fa 2,290 1.00/1.00 vMB 36
566,031 566,031 00000000000000000015236dfa4677cb0726444e47e2dfc2648b9881f7cc40e8 980 0.67/1.00 vMB 5
566,030 566,030 000000000000000000212cf654713a8083565748ba1d37eecbd3e072fd539644 1,830 1.00/1.00 vMB 14
566,029 566,029 00000000000000000020c7eafb2dcd951e0d8948efc18ada7c389af36e5a541f 2,598 1.00/1.00 vMB 25
566,028 566,028 0000000000000000000c13fce1a657efed95b1b670a78b9f9934a1b036e11ed0 2,202 1.00/1.00 vMB 50
566,027 566,027 00000000000000000008132467e55295b2f264a9bbb7b1e5d89f6d46e176ae81 2,025 1.00/1.00 vMB 16
566,026 566,026 00000000000000000007a79b7dea01c366c830643d0ca4ac61ae314d52d6b0cd 2,900 1.00/1.00 vMB 40
566,025 566,025 00000000000000000015ad5a903db711a9366d9ddf09b87605d623318a7eb5c3 2,236 1.00/1.00 vMB 11
566,024 566,024 0000000000000000002340b5156784dc26dfb2ff587257cadf50cbf87ead1a32 2,706 1.00/1.00 vMB 33
566,023 566,023 00000000000000000025a9c24d3f7cac8a2acf9ee6fbf627cc71cd1b8942da43 2,629 1.00/1.00 vMB 17
566,022 566,022 0000000000000000001834a4c63c1c8763b61797c76a13646b94ac467d48d015 2,313 1.00/1.00 vMB 30
566,021 566,021 0000000000000000002612be9def114da3dba260cd13ffb8920df801ce26c101 2,806 1.00/1.00 vMB 23
566,020 566,020 0000000000000000001491d984d8ff513d44bf2fac1803ae379b2d6bdd6ca65b 3,022 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.60 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: 671.81 GB
    • Received: 16.02 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.