Loading Tool

Explorer IconExplorer

Memory Pool

27,998 transactions
9.22 vMB
0.08693313 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.19/200 MB

Candidate Block

Mining Attempt 7001a1a7aaa7c118e104a82bed45b9660ff0bc7f4e260662cc64f75618d52bae
Version 20000000
Previous Block 0000000000000000000100c607e5fb02a3a79e6481631dfb85d36b8d3ee157d9
Merkle Root a6bd54320c88d5dbc5ba2ee67aef961b5a55d4d4c5d4d68df5b9c1db9ee7a623
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,156
Size: 1.00 vMB
Total Fees: 0.02092466 BTC
Median Feerate: 2.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,219 (769,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
144,090 144,090 00000000000006a9b93534ea0ca1f6168587891d6aec1988f5f91c5e29363eaf 92 0.05 vMB 229
144,089 144,089 00000000000006bb722185ea23559463d25e69cdea80f9f3c3c00196f55d62c3 47 0.03 vMB 129
144,088 144,088 00000000000009286e95db87a90bc97c698481aae8884a16d7349e5240d4a64c 14 0.01 vMB 358
144,087 144,087 0000000000000825ec407f2562a48132d7f7880e90a4df33cfc86099500327ad 39 0.01 vMB 31
144,086 144,086 000000000000056e8a9397580a91e3ad313867f8e61859d645f077de2802c5c7 5 0.00 vMB 193
144,085 144,085 00000000000000e468966e17ce7686ba38fe3e79279201c151c925b00ef68d72 47 0.03 vMB 94
144,084 144,084 00000000000000c03d2aa0952b5c6c6b292ba48c97d44c773a19e7f5bb30432d 53 0.02 vMB 429
144,083 144,083 00000000000005d2200328b5903f29c450708960d2d2cc0283ff93b86ed7cffd 75 0.04 vMB 590
144,082 144,082 0000000000000428d3ad4df9269e1e743dd1e767d69484a5eedbc1255e1c6bf0 15 0.00 vMB 5,563
144,081 144,081 0000000000000939a3c5437a580e2f4d783a79770c053b2b947ea2abb2629f39 36 0.01 vMB 644
144,080 144,080 00000000000002c5b6edd72888e4affdc7768293d94ad686bd180420af680387 52 0.03 vMB 2,358
144,079 144,079 00000000000009334b4650bd4584fd85838facd9dd62867b5843dd2cde4eeeb8 119 0.04 vMB 37
144,078 144,078 000000000000089005bfa9caecaedb157102e4aceafd1a45dad650d558d18bd9 31 0.02 vMB 162
144,077 144,077 000000000000025c9e1d69b76ea51d85e933d8af2ef70b5da4742bfccc90f213 95 0.04 vMB 524
144,076 144,076 0000000000000117ef8389d338b41940b6ddf13d7656641acbc6cd2b86d872e6 31 0.01 vMB 578
144,075 144,075 000000000000048821e148ef19d61cd041ffb4b614518248467c4729d4f40426 6 0.00 vMB 136
144,074 144,074 00000000000002a57268b57447d672a1a7eb76c8c8d1657d9c50a00417f27e61 46 0.03 vMB 98
144,073 144,073 00000000000004550ae3de0e9a8cbcec6695ed7deec8c2176a9fcc2571da28f7 39 0.02 vMB 230
144,072 144,072 0000000000000363f2fd34921160944b833a6b104f67060984fff24c836b507a 137 0.05 vMB 187
144,071 144,071 00000000000005953355434f0682ffdb77ffea8fb05460a8983233744bc374c7 6 0.00 vMB 933
144,070 144,070 000000000000001d07c8f16aad189aabd5856408fc359b9e07eca03a8d9964df 58 0.02 vMB 65
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

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