Loading Tool

Explorer IconExplorer

Memory Pool

87,143 transactions
32.32 vMB
0.14111914 BTC
Random Selection Loading Transactions
Max Size: 197.80/200 MB

Candidate Block

Mining Attempt d7ebf5dea016ccf20a12d072d0d0f096e7020dab9e204124337ab2fe97f4f750
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 02eb3526a9ce64287c501a6dae6967bb1e2dd6b48167fba6087961bf8f97ba61
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,838
Size: 1.00 vMB
Total Fees: 0.05328755 BTC
Feerates: 301.57 > 5.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (510,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
404,907 404,907 000000000000000000f49944ffc97ef22ca0820e922977d65ed89344f8c3fecd 633 0.87/1.00 vMB 20
404,906 404,906 0000000000000000016d3cba7f049ce0b9d71d6095b2e91d3fc4bfa8229b8c98 1,448 0.99/1.00 vMB 28
404,905 404,905 000000000000000005ef31ede5c61ab225d37442546684bec6d7d5b67af972d3 2,351 0.99/1.00 vMB 70
404,904 404,904 00000000000000000075d42472dce83bac73268f4cf6643d9e20a534c32e7bbe 2,953 1.00/1.00 vMB 60
404,903 404,903 000000000000000003cdf33bdba4bd6fae78662e248e4aad52696bba289c41d4 1,778 1.00/1.00 vMB 36
404,902 404,902 00000000000000000255fe836fe16c5b167e680a1c4c46230f217305f0743c4a 896 0.65/1.00 vMB 30
404,901 404,901 00000000000000000344c9b3f6bb77300fa36a186ad5a7431ed13ac3cd5478b0 1,401 0.76/1.00 vMB 41
404,900 404,900 0000000000000000009bea5c4ce0856a8da0cc30bd450bd3f2c2a1bc630f4637 222 0.60/1.00 vMB 8
404,899 404,899 00000000000000000618072b7e2aa241df2420bb9a6e9504ea7fc49fccca2207 550 1.00/1.00 vMB 11
404,898 404,898 000000000000000002a5115eeb9afa2ae4614ddf1ffdb4b8ae11afaa47fe2d9d 1,178 0.99/1.00 vMB 27
404,897 404,897 0000000000000000037aea34442026c68660e1db0cf4cfcf68c81322a2b02bbc 702 1.00/1.00 vMB 15
404,896 404,896 000000000000000004ca4f808ece1f38b486e0977ade497d173a01cfba4f9301 940 1.00/1.00 vMB 24
404,895 404,895 0000000000000000023616d7c423892751aba6fb7064c63247ec8301ee5a3a56 1,355 1.00/1.00 vMB 34
404,894 404,894 000000000000000004f6e099f5cad0b396e07109b04ae5262f8e8ab4c18b751a 1,240 1.00/1.00 vMB 25
404,893 404,893 0000000000000000025a42e56f012c593e365be4db77a8c23ceb029ed9551571 1,070 1.00/1.00 vMB 47
404,892 404,892 000000000000000005a67c0fe1fbe94e10b3dedd905e3ca9151bdfc698898355 1,310 1.00/1.00 vMB 26
404,891 404,891 0000000000000000045f2ffbaf774f2fa8acfc5ca32395e3316ab7dded004de0 706 1.00/1.00 vMB 50
404,890 404,890 0000000000000000002ac79b6f18dc7005a959e3dc85aa556a0dd9076bdce6d5 1,174 0.91/1.00 vMB 66
404,889 404,889 00000000000000000046920e8e71d0950956f5663c8941c0fe84c55adf3974f2 734 0.99/1.00 vMB 57
404,888 404,888 0000000000000000031a4eb92c1e0b416a87a7dda742a6a901ae8807ab93388d 850 0.93/1.00 vMB 23
404,887 404,887 000000000000000002c8ae0aa65723c13a1d9d801cb36ac0653674422afb8f70 1,844 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.61 GB
    • Received: 16.94 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.