Loading Tool

Explorer IconExplorer

Memory Pool

74,412 transactions
28.69 vMB
0.07575744 BTC
Random Selection Loading Transactions
Max Size: 169.92/200 MB

Candidate Block

Mining Attempt 0a25e488dc2df01e7bb15458f657cc6246b38a064a4cd7577a0e93bd703d6abc
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 40f70ba9789ae50c644164b24ef598ac4a076b295a9a96ab1092dea93f84f7fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,020
Size: 1.00 vMB
Total Fees: 0.01774422 BTC
Feerates: 250.89 > 1.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (368,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,448 546,448 000000000000000000224ba5c0aa44d802d8fc25089bfe9f09f3abb5affba61c 2,461 1.00/1.00 vMB 16
546,447 546,447 000000000000000000133f2e94d20c1ae2581e81fddad62213a86280ec6b5a26 1,969 1.00/1.00 vMB 6
546,446 546,446 0000000000000000001e652ac9c141a59bbbcb2b9bc46187a3ad85d03df99fff 2,541 1.00/1.00 vMB 9
546,445 546,445 00000000000000000002af973780b1a0315f1ee80ab3fd083d11736532128b72 2,224 1.00/1.00 vMB 11
546,444 546,444 0000000000000000001644cc81e35b1ce9c7d635f5158ce022d2c567f932961a 3,076 1.00/1.00 vMB 27
546,443 546,443 0000000000000000001ca5b37085251fb0e2b621d7ce37793d6080a0763392ec 1,846 1.00/1.00 vMB 8
546,442 546,442 000000000000000000117c0dbdf43e04017a9e5ee671a5976cbfd7795f586f54 2,551 1.00/1.00 vMB 21
546,441 546,441 0000000000000000000acf4366b86f336758649c08dec24b4bd8859ede138358 2,742 1.00/1.00 vMB 26
546,440 546,440 00000000000000000026853a649b469eee12551375df7bcd6577be3accb6ba26 3,116 1.00/1.00 vMB 31
546,439 546,439 00000000000000000010b2e53e0f80b10663bc5c92a842fff9515840b92937ef 2,885 1.00/1.00 vMB 17
546,438 546,438 000000000000000000015de046ef3a7611a5340e54fa5d132c235e26a9f46c34 2,607 1.00/1.00 vMB 13
546,437 546,437 0000000000000000001865edcd1fce2efab92caecfe7ba8163aa325278b86d66 2,536 1.00/1.00 vMB 43
546,436 546,436 0000000000000000000d598715dd031942d1a3079495f92955d6be8a4deed78c 2,691 1.00/1.00 vMB 37
546,435 546,435 00000000000000000014193d7ee62d1fcb17ab0af20f3f2b97b8ac74a084d33b 2,648 1.00/1.00 vMB 11
546,434 546,434 0000000000000000001e9ee0657f848f92cece82a9c91b9b99439f1c82fe83b3 2,810 1.00/1.00 vMB 22
546,433 546,433 0000000000000000001adae19a839416d0affc0e083fe8e628ec13bc2159b5fe 2,801 1.00/1.00 vMB 22
546,432 546,432 0000000000000000001ed204ac941b866cccb52a6c2334e36a86d5a58a5936aa 2,102 1.00/1.00 vMB 30
546,431 546,431 0000000000000000000196a03e2ccdd09c097a735780d1fd0cb8f926c8a7b18d 2,344 1.00/1.00 vMB 27
546,430 546,430 0000000000000000002303a0b8fb6b5485fa40362b8f4a7ae4b8bf0046ea6d8c 1,421 1.00/1.00 vMB 31
546,429 546,429 00000000000000000025ec0d906ba3e293047001f84515d7aacc96fb97ab73bc 675 1.00/1.00 vMB 65
546,428 546,428 0000000000000000000823bca31129c123c0f4631b6db87dc6149b306a41f665 2,624 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.