Loading Tool

Explorer IconExplorer

Memory Pool

87,672 transactions
32.52 vMB
0.24359763 BTC
Random Selection Loading Transactions
Max Size: 194.38/200 MB

Candidate Block

Mining Attempt 59cf66a20660fc3620c0e3dd33ad87f5a1a47298df05f6d51725df51b8d57d5f
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 7b208a886ceb623976c44e157147dd51104435924eb1fcf474e21ee41d3d7a52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,722
Size: 1.00 vMB
Total Fees: 0.10709789 BTC
Feerates: 529.10 > 10.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (105,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,908 809,908 00000000000000000003f2a09f5757fa09807b381c60fedd150457b2dedbb549 4,048 1.00/1.00 vMB 31
809,907 809,907 000000000000000000009583b0532ce7d1e3ab310ad65346aedca140d9a97d8f 3,251 1.00/1.00 vMB 39
809,906 809,906 0000000000000000000170b289ac48005143e693a3751d34beffd0a64fba983b 1,248 1.00/1.00 vMB 6
809,905 809,905 00000000000000000001daf01edf9d58a0c35e29459b2aa2657e9c3d009f661c 2,619 1.00/1.00 vMB 22
809,904 809,904 0000000000000000000367339e1033003c8f2f23774893e0e87caed51ae22d90 1,293 1.00/1.00 vMB 10
809,903 809,903 000000000000000000034422cf178fcd6db6d3df2d72c3e3073bdca9e6e8ab6c 3,750 1.00/1.00 vMB 24
809,902 809,902 00000000000000000000db1cdb8f2f0eb56481a352bae6ae7ad0dc9c0edfda49 3,047 1.00/1.00 vMB 36
809,901 809,901 0000000000000000000154bd7dddb977781005f3ccbbc44d4411dba03e05f24d 3,003 1.00/1.00 vMB 5
809,900 809,900 00000000000000000003a04a8a2b940f962b2c386c0bfc684804709c551e408e 2,753 1.00/1.00 vMB 21
809,899 809,899 000000000000000000033cdecf9c82d9078a4c944f7860fbd835bcff9e6116e8 4,029 1.00/1.00 vMB 6
809,898 809,898 000000000000000000023b03e6f010b0a16b89b8161da1c38f1ca42e5a816e21 2,469 1.00/1.00 vMB 25
809,897 809,897 000000000000000000045be8dc9e954dcd77bd16242132dbac6e414a19f1fc44 2,274 1.00/1.00 vMB 33
809,896 809,896 0000000000000000000044a23ad2c332fb82a9261c03215a75ff12bad6a0c09c 2,822 1.00/1.00 vMB 11
809,895 809,895 00000000000000000003f749ab42df5db459070a552ef876d901bfa358761b83 2,359 1.00/1.00 vMB 16
809,894 809,894 00000000000000000002431db31bb2b77c96ca132493aae279a3b7e5b090c292 2,347 1.00/1.00 vMB 17
809,893 809,893 0000000000000000000382d4c3e165ae0cf451c413c680d375505258bb77844f 1,402 1.00/1.00 vMB 11
809,892 809,892 00000000000000000002b90c6497bf0ba82087edbc9394eadaa8a6a5f019ed9e 1,926 1.00/1.00 vMB 19
809,891 809,891 00000000000000000003b9b27476f0aedcbb87ef96db0f6ee391defbe07446cf 3,561 1.00/1.00 vMB 34
809,890 809,890 000000000000000000011416372372f5a0a7ba67284b0142e1a26ad72ba0e218 2,765 1.00/1.00 vMB 27
809,889 809,889 00000000000000000001957e000e4b472f5ab707b80960388eacb022af9615cf 3,137 1.00/1.00 vMB 31
809,888 809,888 00000000000000000001ad6a69b26033dad5bd3bebbf32258c375a5a373e0f3c 1,863 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.