Loading Tool

Explorer IconExplorer

Memory Pool

40,424 transactions
27.56 vMB
0.06817812 BTC
Random Selection Loading Transactions
Max Size: 141.33/200 MB

Candidate Block

Mining Attempt 25112532272d6668b16c0abd8a7ff62c0d1b8e230cc26d31a249f3fe4de3bf02
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root 6c9bbd696eb2c2ff01be7f471cf45f1e8c1048ea6e72553ad8f50053cbd06e95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,579
Size: 1.00 vMB
Total Fees: 0.01568521 BTC
Feerates: 307.10 > 1.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (243,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,445 671,445 0000000000000000000297dde22ecc9e962f9c51fe168bcab8e355b0ee020ae9 3,087 1.00/1.00 vMB 109
671,444 671,444 00000000000000000009e63eacb785ba7bfa0e318cc6c97174beaf115c1cdec9 2,321 1.00/1.00 vMB 126
671,443 671,443 00000000000000000005a7c163f001b02da99d366c91a8d4fbdb800e76277411 2,074 1.00/1.00 vMB 120
671,442 671,442 00000000000000000004d1827aaa915e8bed266ea295adb684ac05bc0aa1b629 1,787 1.00/1.00 vMB 121
671,441 671,441 000000000000000000024ee9f507e377ca63187a7ea0dcc8a1af93a94d7c2bff 3,001 1.00/1.00 vMB 126
671,440 671,440 00000000000000000009d98c8e057bf81f29bdeee30ff1bb6a4adbd53a4e0ad7 2,783 1.00/1.00 vMB 136
671,439 671,439 000000000000000000082604e789ce8fc73027752431ebb0375f5fabf03f7e4a 1,642 1.00/1.00 vMB 117
671,438 671,438 000000000000000000083932caadcf4eae219b1d29b6c82c264669a9ade16a79 2,561 1.00/1.00 vMB 126
671,437 671,437 00000000000000000009f73b20453373bdcab130f9c68179d79ababb5af19545 2,553 1.00/1.00 vMB 119
671,436 671,436 000000000000000000088aeaf1770217cf0f8685d8b65a59f06755455c9787e5 2,855 1.00/1.00 vMB 139
671,435 671,435 00000000000000000000d36adb6666bd41886be8f4586631a413307453e311c6 2,195 1.00/1.00 vMB 137
671,434 671,434 000000000000000000001475a0114dc36d004cc40d02cf2cb4d8bccf7af1b1d5 2,385 1.00/1.00 vMB 135
671,433 671,433 0000000000000000000bf2ba692768b07d0b8aae333f1d7daf84dcf961fa2d30 2,761 1.00/1.00 vMB 120
671,432 671,432 000000000000000000004ed3f5bdedc0ec7507482a0c7ccdfb7dd0f20d24768d 2,037 1.00/1.00 vMB 127
671,431 671,431 00000000000000000004c92b5ee9afafc1c47a8c37536284858f85a9de75a885 1,333 1.00/1.00 vMB 123
671,430 671,430 0000000000000000000a73c5818a3dea4aa7714d9de5a41754afb1c167a260b0 2,906 1.00/1.00 vMB 137
671,429 671,429 0000000000000000000673fd0599f95a5d4ead2bc26091f23d9fc9cc25a2ec75 1,790 1.00/1.00 vMB 123
671,428 671,428 0000000000000000000cc33085c0c9508fb8da9e3ff6c7fe8ab1c6f23c3951ec 2,223 1.00/1.00 vMB 70
671,427 671,427 0000000000000000000bca9097c3689d3c3dd4254003399f8b33374f9d23363a 1,549 1.00/1.00 vMB 47
671,426 671,426 00000000000000000007036a41076695de650204c9fc888e3613a6b5d81e9317 2,627 1.00/1.00 vMB 45
671,425 671,425 00000000000000000006cce873bf41d3e08e0d87afbfd7445d821a54ef9ffdb0 2,820 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 781.78 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: 632.87 GB
    • Received: 12.17 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.