Loading Tool

Explorer IconExplorer

Memory Pool

47,527 transactions
28.56 vMB
0.06606141 BTC
Random Selection Loading Transactions
Max Size: 152.81/200 MB

Candidate Block

Mining Attempt 515aac42aebab710cfd76b98a4527898942cedb6c857c351870282f800943b67
Version 20000000
Previous Block 00000000000000000001756a5e3521a37c963c8268a5fccbe0ee3f5cf5eba3b4
Merkle Root 49b6e4baf93a5d6b6df41bffc9480eaead9864abe70279aacfe6e17d906ae56b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,396
Size: 1.00 vMB
Total Fees: 0.01192718 BTC
Feerates: 100.36 > 1.20 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,839 (175,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
739,419 739,419 0000000000000000000951c6ae0ecf14b0da32509c02e633c09904221cad2293 1,570 0.67/1.00 vMB 3
739,418 739,418 0000000000000000000843ab602720d1560f063ddfd4f0c1269e6bf9ff34008e 2,375 1.00/1.00 vMB 13
739,417 739,417 0000000000000000000485804487fdd54c36792608bfc6460eb0d6aac36b6e10 1,102 1.00/1.00 vMB 17
739,416 739,416 00000000000000000002acfd26b3b1b5bc8e5d8e0c1a9c21333e084049e67bf0 2,451 0.84/1.00 vMB 11
739,415 739,415 0000000000000000000831af00f3e3f72e8ab233128934a895b870aa87e29e98 1,396 0.79/1.00 vMB 6
739,414 739,414 00000000000000000007d9d5adfa7d0c5b11704058186405cd97a440e2f787d8 2,582 1.00/1.00 vMB 11
739,413 739,413 000000000000000000035c18a0fbd31503d7e6fbd1310b7899fcaf1fc9d64312 2,808 1.00/1.00 vMB 12
739,412 739,412 000000000000000000018e08d863713b4d14b2fa4f377af4c3d3a34845dfadb2 1,875 0.71/1.00 vMB 12
739,411 739,411 00000000000000000000ed31ec3a26477fa3aa2de058c18eebed47bab1a4996e 257 0.08/1.00 vMB 13
739,410 739,410 000000000000000000086be4414cee2b2d6740f0a78c3a69349de576f5c4938c 538 0.21/1.00 vMB 8
739,409 739,409 00000000000000000003980b52637e93bf53d64029d58a3b59b360b20ef48d2b 712 0.72/1.00 vMB 5
739,408 739,408 0000000000000000000949a2d48e04e0ecf147002003ebbfc29040e6b46f857a 2,419 0.99/1.00 vMB 10
739,407 739,407 00000000000000000003dd291a6270311e5431dd9b279b2e29834262abc5d955 2,199 0.99/1.00 vMB 8
739,406 739,406 0000000000000000000569fd6999e8fc93a66d4c2a2f4ed3ba38066d4c8598e0 1,277 1.00/1.00 vMB 20
739,405 739,405 0000000000000000000202b0f5f358f5b6bd12a1cc2dba07b5884069bc136b85 1,343 0.79/1.00 vMB 8
739,404 739,404 00000000000000000002b26d61198b9e855d41838df24313b5d7860867aff85b 2,087 1.00/1.00 vMB 7
739,403 739,403 000000000000000000048b4e6e1365705301a3deaef42eb136ab7a1446fd71a4 3,030 1.00/1.00 vMB 11
739,402 739,402 0000000000000000000654cf50d85551889aebbeb71bce79efc10c46e36bf263 3,144 1.00/1.00 vMB 12
739,401 739,401 00000000000000000000701b55238b3b8a28e199ea5fa4748f4eebb1409fafd6 395 0.11/1.00 vMB 11
739,400 739,400 000000000000000000003ef4a159f3d309a1efe01c577f093bc82e0b35c5b027 259 0.12/1.00 vMB 8
739,399 739,399 000000000000000000044bd86692e292187ca551428aaba761fef287d598a4df 17 0.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.10 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: 651.75 GB
    • Received: 13.64 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.