Loading Tool

Explorer IconExplorer

Memory Pool

81,011 transactions
29.49 vMB
0.08073911 BTC
Random Selection Loading Transactions
Max Size: 179.52/200 MB

Candidate Block

Mining Attempt 3cf1695ce02c863efc1f1d725ea6696b2f4feda86d01788416e34fc824c3a10e
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root 1e86391eb6f2934a4032fb45b34c10e80edf466f2f6b81217b41fba49c2d355f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,366
Size: 1.00 vMB
Total Fees: 0.01867812 BTC
Feerates: 100.53 > 1.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (201,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
713,565 713,565 000000000000000000080a459b8379f3aa2c91fca8478d591d5c492f5b0994a6 2,704 1.00/1.00 vMB 9
713,564 713,564 00000000000000000008b037d6f8ccd2845786b793f1914e2989628f021ce8d6 3,190 1.00/1.00 vMB 21
713,563 713,563 0000000000000000000c2bd0f8894549cb9fad00a6bae32d0214241dbc290499 2,506 1.00/1.00 vMB 18
713,562 713,562 000000000000000000065e7e484a3c3666c6b855ace24bbb04e8aa196c5926df 2,131 1.00/1.00 vMB 22
713,561 713,561 0000000000000000000552b7e2ca1259797cd16feb46f24b5327ea04c2f7193a 2,501 1.00/1.00 vMB 22
713,560 713,560 000000000000000000011346f8b8147b3186f4f7b554927a1205b9b04cf8ed72 1,276 1.00/1.00 vMB 2
713,559 713,559 0000000000000000000a580b09b539656dc89d490120d6c1f5e04638bfcaaa6d 1,479 1.00/1.00 vMB 7
713,558 713,558 0000000000000000000bd6ec99cf432b15f3124bf36ddf939a579a1cb6b86bf0 2,636 1.00/1.00 vMB 4
713,557 713,557 0000000000000000000401c156327137e1914bc79eeeba5f7d2156bd5353a543 2,311 1.00/1.00 vMB 19
713,556 713,556 00000000000000000002f155e47525a247db3759ef9298cf30f65dc0fb61c64b 3,466 1.00/1.00 vMB 9
713,555 713,555 00000000000000000000ed4e3ee8fe419da172e9ca40750e9f1faec39dca728e 1,964 1.00/1.00 vMB 7
713,554 713,554 00000000000000000001304867112c839f06cc716587d00c488ef659834490d9 3,214 1.00/1.00 vMB 12
713,553 713,553 00000000000000000007b5ce03cb03371c46f3f4ca9a9da44833b80d8c423bc4 2,550 1.00/1.00 vMB 9
713,552 713,552 0000000000000000000783f90db671e709248000692cf9bc2344387b44263cf8 3,537 1.00/1.00 vMB 14
713,551 713,551 000000000000000000016823bda50d8f99d3bc7e5d24933a9311646ffc094cbc 3,147 1.00/1.00 vMB 24
713,550 713,550 0000000000000000000af15249519d4d80154a69a60719ad1c4a5ec917970dce 3,165 1.00/1.00 vMB 17
713,549 713,549 000000000000000000024cd2b549ea5790470ce28e2a3b5d925f6cbeacdcb188 2,283 1.00/1.00 vMB 34
713,548 713,548 0000000000000000000b102073a45ddb8af25615cf2db420774ce5244f6053b2 3,144 1.00/1.00 vMB 18
713,547 713,547 00000000000000000009d3a88012e360bbea60c4c81d141dd582ff4aeb9046b3 1,422 1.00/1.00 vMB 3
713,546 713,546 000000000000000000066d74e3d38a60fafa6d820995f25e4209020d40d32f1c 2,259 1.00/1.00 vMB 5
713,545 713,545 0000000000000000000c7ab08e4a9566a4253562763ee8c7416363696b700668 2,313 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.