Loading Tool

Explorer IconExplorer

Memory Pool

43,092 transactions
28.00 vMB
0.06123318 BTC
Random Selection Loading Transactions
Max Size: 147.62/200 MB

Candidate Block

Mining Attempt b58920355e3e9fd0e09e72341f26be157f81d90d890c56d6f20156a601f6f3c4
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 366f0a0ba2c1178658fe043d335c24f913f27ea0be56cec659775fc8693dc9c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,001
Size: 1.00 vMB
Total Fees: 0.00852013 BTC
Feerates: 100.21 > 0.85 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (495,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,435 419,435 000000000000000001f449f3f4db696cff6d5169e04e00917b6dfd23f77fb3af 1,378 1.00/1.00 vMB 36
419,434 419,434 0000000000000000018fb0ef1e9a89ba72b20909b3712a8dfc3b01f3898f83ac 1,121 1.00/1.00 vMB 30
419,433 419,433 000000000000000000bff0982bcc7c409a47b770801b299a67d96b723d6f9246 2,127 1.00/1.00 vMB 51
419,432 419,432 00000000000000000456fac2a04eaa726e14726938727c6b3a3156b4799b5f98 1 0.00/1.00 vMB 0
419,431 419,431 0000000000000000047f9680876550378751b6bf9c80de082db8cbb4f812912c 2,875 1.00/1.00 vMB 54
419,430 419,430 00000000000000000245841f2edb1db559263ba73bef0cbab04041e1e5bcfd7d 2,934 1.00/1.00 vMB 95
419,429 419,429 0000000000000000000b596f3541120d9de4173fde4f2307caf05daaeb6e7966 1,734 0.80/1.00 vMB 52
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
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.68 GB
    • Received: 13.63 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.