Loading Tool

Explorer IconExplorer

Memory Pool

44,442 transactions
27.23 vMB
0.07723835 BTC
Random Selection Loading Transactions
Max Size: 143.72/200 MB

Candidate Block

Mining Attempt 39bad1a1eb7257f55c0c8d79c9273d07cb671039c5e838dfa24381ba481c10ac
Version 20000000
Previous Block 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125
Merkle Root 7c5350298518879ab8e7a1502edebca786503cb9d32f30f6cecf3a021f66618b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,045
Size: 1.00 vMB
Total Fees: 0.02653655 BTC
Feerates: 200.83 > 2.66 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,801 (495,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,428 419,428 00000000000000000068dcce84e2f4d7aba3c363cf6cb176433fc555c81cb31e 970 0.37/1.00 vMB 63
419,427 419,427 00000000000000000201dde0b6f02b9e68ef42675b2bd4222a1945bf3418d65a 512 0.47/1.00 vMB 27
419,426 419,426 000000000000000000275c5fbc277298c57eac1819849f1ca7430a0c82c682cc 1,712 0.92/1.00 vMB 45
419,425 419,425 000000000000000004e674fa4fdfcef963ba8f5ef078249f93f8c24c9b1f904d 2,470 1.00/1.00 vMB 64
419,424 419,424 0000000000000000001c4728261d37a5b82a31d9b3052880d6d51c62b177b51e 1,300 1.00/1.00 vMB 40
419,423 419,423 000000000000000002206dbb9f4fb068e5d53e46d9f80f0b00946c80114f526c 1,153 1.00/1.00 vMB 32
419,422 419,422 0000000000000000035171b8f27d00e1dc09e071b0d938d9abf6d4758c757aaf 966 0.52/1.00 vMB 46
419,421 419,421 000000000000000003b5059aa582655fc05acc25887b23f0f7913731ca17027b 655 1.00/1.00 vMB 20
419,420 419,420 0000000000000000017d0166e6efb9b7b6ca00ad3ed78e8657a952c2aa060f3f 1,925 0.98/1.00 vMB 44
419,419 419,419 000000000000000003e1aa676304e0c743ff72c9e409ea3647c52ea53d759aad 1,205 1.00/1.00 vMB 21
419,418 419,418 000000000000000003c149563096c2aff09bfd6c982aae4bdc8b5206bcf800f1 1,739 1.00/1.00 vMB 32
419,417 419,417 0000000000000000034557ba988f727bfd7cb8a46746cdbdb0fb115f488f0015 2,284 0.99/1.00 vMB 56
419,416 419,416 00000000000000000359ba7b864dae7e697927df90df202f7948f2d668c8de13 2,831 1.00/1.00 vMB 85
419,415 419,415 000000000000000002c959fab317f29f9a36cdcda6bbd1c375f850aee97f9fd5 1,769 1.00/1.00 vMB 39
419,414 419,414 000000000000000003504a9c448090e43188f5bddb1201edc05c25862feff410 2,731 0.99/1.00 vMB 50
419,413 419,413 000000000000000002244904d9220d5b938bbd0778f04ce773fbf01434d2001d 2,428 1.00/1.00 vMB 69
419,412 419,412 0000000000000000024596d0c0e66e864999b9f10d709fd968ae0be6fddd0acb 2,940 1.00/1.00 vMB 99
419,411 419,411 00000000000000000230b7a46ca4f44b17e7e20da5630438269b2a9f94a567d9 2,029 0.79/1.00 vMB 62
419,410 419,410 000000000000000001aa9e1801638f1957584448c83f87d9b1c186d07b4044fe 1,944 0.85/1.00 vMB 56
419,409 419,409 000000000000000000b13bc2e787e40a7cdc643dc9545ec804ce62938689ccc4 1,358 0.58/1.00 vMB 57
419,408 419,408 0000000000000000002b946c716e2882e5ccfbc3a61f3dea94f1ed5d068288d9 775 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.03 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: 650.40 GB
    • Received: 13.27 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.