Loading Tool

Explorer IconExplorer

Memory Pool

41,211 transactions
18.07 vMB
0.16984051 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.68/200 MB

Candidate Block

Mining Attempt 60d7af7189e41259f29cb6ca87cc2baa9cf392d72629fa3147a063b6e0004c8a
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 6fcd117f16d1327665c8487a21af000e4b57f2048bef5772c7ddef21f50966ad
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,677
Size: 1.00 vMB
Total Fees: 0.05450977 BTC
Median Feerate: 4.57 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (768,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
144,729 144,729 00000000000000520a7b3cd2f4a337c2e8b4754083bca932aad34c8486414093 33 0.01 vMB 475
144,728 144,728 0000000000000630798b66ee1dad19fc4e7129782590b7cb4238ad211a779048 13 0.00 vMB 47
144,727 144,727 000000000000006f84fe0183643c283a3866271147fda177c8f4ba00dceb678b 26 0.01 vMB 0
144,726 144,726 00000000000000771ad75b99e5cb09226ffc4c70a9b0a5c6d9d07c2fb142efb7 61 0.03 vMB 381
144,725 144,725 000000000000028badb1e4da5c08cbbb296937ca2d651e8ebf1265625693a690 27 0.02 vMB 278
144,724 144,724 00000000000008cd9d941a68494b486d969eeab38697138585b55dc7f940a94c 97 0.03 vMB 86
144,723 144,723 0000000000000095fa3683400b48bd065557fd6b9dc908764f02e739e42ecacf 45 0.04 vMB 3
144,722 144,722 00000000000000708a54b4cbb6614223317d12436f5676640ae842e0525b2f7d 46 0.05 vMB 275
144,721 144,721 00000000000003a4ebe3c3bf03588e85fef6b01cbb456f966ffe894db811f2b9 19 0.05 vMB 127
144,720 144,720 000000000000032817585b383148e8fe4e78a164e84def1385271a493990eacd 68 0.02 vMB 177
144,719 144,719 0000000000000121561c986a53881da7a5232fa94718b78a8526432b800cec2c 43 0.05 vMB 160
144,718 144,718 000000000000029228a34676c64ac8e1b5c8f757aaac8450c721311c95661359 33 0.01 vMB 252
144,717 144,717 00000000000005170cf468a15f4c5d8a18534612367fb6dd9f7cc28e18d572a5 52 0.02 vMB 158
144,716 144,716 000000000000025691121795b54bffa4fc53a26a4a16e88920f0c761fcb9f02a 102 0.03 vMB 22
144,715 144,715 0000000000000410ec10065f8cdf2c26168f6a1a2151640bd422c9cf1abe1ca1 45 0.02 vMB 427
144,714 144,714 00000000000001403a3dac6a422cff95f34a84f5066733df82a874271af0075c 42 0.01 vMB 156
144,713 144,713 00000000000008c818742c577e35dba271b273809512f65f7f83a92a6e669d28 52 0.02 vMB 88
144,712 144,712 00000000000002ef69693098b8e193d02a5b1fa85cf0dd4b89021110179caf0b 40 0.01 vMB 135
144,711 144,711 0000000000000388e44ea6e03f7801d8a31c73ca1487c5ce4fb96ef6dcb128e3 105 0.05 vMB 163
144,710 144,710 0000000000000682fb6a9fc41823f8d5c4658587be2ca1fae95fe01add2dd39c 93 0.05 vMB 312
144,709 144,709 00000000000002048fa90222cc43b1a95e14ffe2069e8c7e9525fed2c8ab0c81 30 0.01 vMB 78
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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