Loading Tool

Explorer IconExplorer

Memory Pool

19,677 transactions
10.22 vMB
0.02348271 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.24/200 MB

Candidate Block

Mining Attempt ac297a9068eb3146838e61b2fc42dbea717cf49f7a9968d404992a17ec5f56de
Version 20000000
Previous Block 000000000000000000000152ef431df255965eaa75faebb743672d88185b6317
Merkle Root d62701bedf2c027c60bbb6738d4f5a0ec4123c010f6c7982cf9263d65339a7c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,918
Size: 0.9979085 1.00 vMB
Total Fees: 0.00719543 BTC
Feerates: 126.10 > 0.72 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,623 (744,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,501 169,501 00000000000002e6b766add6a125ef6da4df7e80de0e513c9523078a0e0cceef 12 0.00/1.00 vMB 17
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
Previous 10 blocks ↓
Total Size: 779.95 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: 466.41 GB
    • Received: 2.84 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.