Loading Tool

Explorer IconExplorer

Memory Pool

40,014 transactions
19.86 vMB
0.06890556 BTC
Random Selection Loading Transactions
Max Size: 110.40/200 MB

Candidate Block

Mining Attempt 1e7fb81fd6c7cfc2a3feefba3d18923dc2f732ff8d56d17392201251c0e2c332
Version 20000000
Previous Block 000000000000000000007a0cd34982de1d141109cf84d849ff739c12e62220ed
Merkle Root f8ea3447d9d3697e82087216a50a2daa933ef132c726f7bb30ed7a9267d7bb4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,605
Size: 1.00 vMB
Total Fees: 0.02996244 BTC
Feerates: 145.95 > 3.00 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,106 (767,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,431 146,431 00000000000007ad0a10362332733a9767996bea0c7e2ccc9f117f8289568943 9 0.00/1.00 vMB 61
146,430 146,430 000000000000006fc395c4222dadec01dc496ff7bb2c906525d8afc33434dbe4 5 0.00/1.00 vMB 96
146,429 146,429 000000000000066162913e33fdd2000fdbbb09f506d9e25a625bcebfc6bc9339 3 0.00/1.00 vMB 0
146,428 146,428 00000000000002a69fe9103dbbc82e35432d4afd3b2543d3ffa570aa6cf8865f 1 0.00/1.00 vMB 0
146,427 146,427 000000000000053aefc1dedb6860c7bd0814847e350a204debf0126a5d1583a2 7 0.01/1.00 vMB 59
146,426 146,426 000000000000008a2438d103521db1bb06d1bfe299177f8a9c86f9f2aa6b8daa 77 0.02/1.00 vMB 31
146,425 146,425 00000000000008f0f797e20d37684c25f0e8028699648b0e29e5ad31c9454b52 22 0.01/1.00 vMB 31
146,424 146,424 00000000000003e31f58850d58b5c8ea86094f0306e60655a25df7cb200755ba 8 0.01/1.00 vMB 31
146,423 146,423 00000000000007c26f45acac7b95b76069c8a304db31fe700cd7e711f9211068 111 0.03/1.00 vMB 77
146,422 146,422 00000000000001a7a79d1c112fce0a2377a9a703303e301f08cb019f7c0616de 19 0.01/1.00 vMB 124
146,421 146,421 00000000000006e5be24133e26e8347fed0f07737ed11d81bf03ccced9fa880a 160 0.05/1.00 vMB 15
146,420 146,420 00000000000003f828f55cb94703cbae387adb8fdb2f43e7cb19d05734adc329 39 0.01/1.00 vMB 83
146,419 146,419 0000000000000389c813e5cd3ec83cabe0769deb352934441a7c3e32780d41f5 2 0.00/1.00 vMB 194
146,418 146,418 00000000000005d5bdc7ee2300234f701ada59663657296cffcaf5fd973b0a82 49 0.02/1.00 vMB 143
146,417 146,417 0000000000000623d0a5ee5ccdc971f9a5e5ed8854d6e9a7b54990aa6d30c26a 27 0.01/1.00 vMB 69
146,416 146,416 0000000000000043e2ad3c23321f3cc2a71b9b5d1d90c4a448ad1e2b834ca3a2 29 0.01/1.00 vMB 122
146,415 146,415 00000000000001684c25e8d12fcbd630bbea09feb1f36918f661bf8dbc213d69 59 0.02/1.00 vMB 216
146,414 146,414 00000000000002b5f32e77a8489ddf2d68c276fe176b59a8c29c1f2d140545c3 8 0.00/1.00 vMB 407
146,413 146,413 00000000000003d37147093c4484d6cdfbd3cdfa08c36c740dd3ac7c65fe55e0 3 0.00/1.00 vMB 0
146,412 146,412 00000000000008b40d3a5dcfd4ff9b4fe99c4bab2b980185b5c6fc54bc9f2c06 43 0.03/1.00 vMB 170
146,411 146,411 000000000000090ba1d2d7d9c2ba73b8687186d9683a64be8ae4af3c5ff7d78e 8 0.00/1.00 vMB 405
Previous 10 blocks ↓
Total Size: 780.79 GB

Node Details:

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