Loading Tool

Explorer IconExplorer

Memory Pool

27,166 transactions
12.33 vMB
0.03882477 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.84/200 MB

Candidate Block

Mining Attempt 40b52184b8662baf3586f5ee78c8dbc294462f102129853dbb02bfb3178e7477
Version 20000000
Previous Block 0000000000000000000040b88e8b635f8186963f94e1dca26de2f27478b90377
Merkle Root ea88ffd88e66bdbc1b7aca73091b8623eb3ea76308b9cb71b4760874bd5775c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,778
Size: 0.99792775 1.00 vMB
Total Fees: 0.01786233 BTC
Feerates: 105.06 > 1.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,737 (744,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,500 169,500 00000000000001e8cc8a12a97576bed718cc0153ec28fc4f0cd5d40ad54660eb 13 0.00/1.00 vMB 41
169,499 169,499 000000000000001f65f842086b8bf56dfe4c1a4929a305c17532b164f2e829ae 49 0.02/1.00 vMB 451
169,498 169,498 000000000000067dfcf167c5385cbeb8cfb08ca9523bc0343221bce7a8040e3e 122 0.05/1.00 vMB 52
169,497 169,497 0000000000000b08badb8c0013fbb2c11dab2bfa3c31f27547fb8d0d648976c3 63 0.03/1.00 vMB 85
169,496 169,496 00000000000009e8ee5cbbb5b14649a1bee024c314b7f8a2dac8a4eb98bce70e 81 0.04/1.00 vMB 38
169,495 169,495 00000000000005fd9177fa46e86f4cb5af9f6b769ba6a6291676e309ed9f757f 1 0.00/1.00 vMB 0
169,494 169,494 00000000000003a83b3570a5cdfaafaf77cefc55db742157f679464298cf1ed5 98 0.06/1.00 vMB 188
169,493 169,493 00000000000005b3bf67e4d0e2bf5926db5cc15a2dfe39f76e87074744953331 29 0.01/1.00 vMB 577
169,492 169,492 00000000000001b3714c52fa236ee463f4037fa80262108f17e7e9d606414b28 26 0.01/1.00 vMB 60
169,491 169,491 00000000000002ee7bfdff0e1121cde933e80bf06021fca98f3e44ff0d3165a3 10 0.00/1.00 vMB 14
169,490 169,490 0000000000000a4393840d50f11d432b547fd1336ea88a158badb3de58c7a943 37 0.01/1.00 vMB 29
169,489 169,489 00000000000008465028f3d940bbc00a110ce08aab990a5d39fa2d7e98d72e5c 10 0.00/1.00 vMB 45
169,488 169,488 00000000000000ad4559d6a2c718c13e1255c9a6d6c781221c1510c6b0419b59 33 0.01/1.00 vMB 591
169,487 169,487 0000000000000109820d87133ff91df905bab9e48bc23165b26b631e682d6f78 50 0.02/1.00 vMB 154
169,486 169,486 00000000000009bcb4114def31e8966a2c7e00fdcdd124b945f9b37345eec27f 75 0.02/1.00 vMB 19
169,485 169,485 000000000000034033d3ef1ab9756807f13df64d63c536339d67a93b5a68c44d 47 0.02/1.00 vMB 197
169,484 169,484 0000000000000222ca7fbf08af81347e87d3883ff1fe271c3098e11edcf73542 8 0.00/1.00 vMB 0
169,483 169,483 00000000000005584506f41bdbf9397373002cfec701f9016ba29e5665717466 54 0.02/1.00 vMB 346
169,482 169,482 0000000000000756935f1ee9d5987857b604046f846d3df56d024cdb5f368665 14 0.01/1.00 vMB 152
169,481 169,481 00000000000005f20bfe09e94688107b66cd1a23cbe4a7cff1ddbfe2472fe0c2 11 0.00/1.00 vMB 17
169,480 169,480 000000000000093a9940e4a029b075124bd3c134be161098de6b0ec5a16c11a0 21 0.01/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 780.16 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: 502.31 GB
    • Received: 3.83 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.