Loading Tool

Explorer IconExplorer

Memory Pool

74,055 transactions
27.33 vMB
0.06489020 BTC
Random Selection Loading Transactions
Max Size: 166.93/200 MB

Candidate Block

Mining Attempt cd3f04ce80a0b9ae676030fafc45fe1249517abbe868a64ffd4af4c109a16b47
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root f859b9b0a6a54c99e3b68085d52fe7af3a3d18acef30d17c965168b19be6e354
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,555
Size: 1.00 vMB
Total Fees: 0.00684129 BTC
Feerates: 100.53 > 0.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (510,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
404,886 404,886 000000000000000001208d527f486c6772c9d651d9faf42381decd31fe8bffc5 1,297 1.00/1.00 vMB 50
404,885 404,885 0000000000000000057f73ea6cbca8b1d7d3bc12ead4faaece0d77c8bbef5b98 135 1.00/1.00 vMB 50
404,884 404,884 000000000000000004465fa7a4d15c74fd4576ddb615dc93d6f1ff69b62c639e 283 1.00/1.00 vMB 52
404,883 404,883 00000000000000000646534f67cda6925c7b2f736ee0d676e78814a2a119eea1 2,127 1.00/1.00 vMB 83
404,882 404,882 00000000000000000478021e571eee480fb8b55c05a88e4cf9e1b9015175792e 589 1.00/1.00 vMB 13
404,881 404,881 00000000000000000013e742a1173306d7abe2e441605c93c6b68f603b42bafe 758 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.83 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: 711.63 GB
    • Received: 17.10 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.