Loading Tool

Explorer IconExplorer

Memory Pool

17,139 transactions
6.51 vMB
0.04442889 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.25/200 MB

Candidate Block

Mining Attempt a322a7c2e01cc1ff63b28511e9513ddea8b66682888e32fa934696b8e5288d77
Version 20000000
Previous Block 00000000000000000000d46def4b4535c6284d8845f811af0ec3e1a4f57a2cf6
Merkle Root e76b7743191d14f424cd8dcbf5dbd8e7a3dbbe87fd2e20d5c4026c829d263aed
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,051
Size: 1.00 vMB
Total Fees: 0.03087955 BTC
Median Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,453 (706,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,580 206,580 00000000000000f07254b22c05603e3415ad606e62857a23ae95c622b29da144 525 0.25 vMB 158
206,579 206,579 0000000000000410a4fd4107ad1ac50efae1e556020ba5b7bcbda525844182e7 26 0.01 vMB 18
206,578 206,578 0000000000000055023051cdec9b0278e442091dd791f33d6cc22cd8ca80dacd 322 0.16 vMB 159
206,577 206,577 00000000000000dc201293badfcf05655756e703efa2bad70900ef73dd570586 12 0.00 vMB 324
206,576 206,576 00000000000003d0554ee8fc40d372b2d71e7c382b2527b70afb6ebeb323434f 137 0.05 vMB 183
206,575 206,575 000000000000001811541083ecf75d3d04d6470eadf6b8e222b3eb1a1fb6316c 45 0.02 vMB 105
206,574 206,574 00000000000003328d63c5e279dc7bdd9d9658e1d7495788b4b211393786955b 95 0.06 vMB 98
206,573 206,573 00000000000002343f0de3bfa435f20e782b5fa836e753626295218d206779bb 102 0.04 vMB 201
206,572 206,572 00000000000002042617e89f9288cd2a143c9112dcfa4eb13ac1a25c72f95661 413 0.44 vMB 68
206,571 206,571 00000000000000cfefdc92f4f052d8b9ffadca610b043a56af676aa542f1a0f8 158 0.06 vMB 165
206,570 206,570 00000000000004eecbf88d09f63c95f5acaba56c58ffdd3513fba6509e4a0e2e 346 0.15 vMB 165
206,569 206,569 00000000000000496c640fb54ce9bba2b22fcd8f3256234a6a0805d847d4570b 28 0.01 vMB 155
206,568 206,568 0000000000000103eae9e87496e40f0024c13e2175983238c77698bbcb79e1d3 115 0.04 vMB 19
206,567 206,567 000000000000018509c9c52a6947d21dfb67c558021cac2d9be7c371b4b371c5 138 0.06 vMB 155
206,566 206,566 000000000000015fa93f208dc136e158304829edc97be626385441673d400654 180 0.07 vMB 417
206,565 206,565 00000000000004e31b7e3aa101c10e1e80082f206db24999b707a9637bc50724 19 0.01 vMB 94
206,564 206,564 00000000000002d318ac7a63b55d2064c05fce6391f1dd5e5a54a7f167368b9a 133 0.05 vMB 171
206,563 206,563 00000000000002035a1fba0fe36259a409baf7bdfbf0671b79fd127dacfad0ae 107 0.04 vMB 195
206,562 206,562 0000000000000096d967f8c00c86e4664e2fc34d5aee23d4ecbd6cb56e8510ae 166 0.09 vMB 161
206,561 206,561 00000000000004f1f615778320c172c265bf36a97fd278a2e380c0a9222ab25a 98 0.05 vMB 214
206,560 206,560 00000000000002a835b9ff29e070f45fec83e458665ca6c2b8cc7c9cfe804709 534 0.21 vMB 194
Previous 10 blocks ↓
Total Size: 779.65 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: 310.34 GB
    • Received: 1.47 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.