Loading Tool

Explorer IconExplorer

Memory Pool

85,426 transactions
31.90 vMB
0.11709382 BTC
Random Selection Loading Transactions
Max Size: 195.33/200 MB

Candidate Block

Mining Attempt 3ca88b6a33742ad8c97e3782beed5711edf4254b8f320154888e8e91dd815b33
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 1dd444a8765de2ba8d72135d375bbf1b9cc0c97bb40ebd7ec24415e0a365b892
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,430
Size: 1.00 vMB
Total Fees: 0.03924849 BTC
Feerates: 299.70 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (510,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
404,911 404,911 0000000000000000037d95548c7ee163ce4690d77e09733be0d7977930c3e797 2,509 0.93/1.00 vMB 67
404,910 404,910 000000000000000004dab255a504e9b38961436a1bf1e351e2599bfcd13653de 1,499 0.99/1.00 vMB 26
404,909 404,909 000000000000000002e10d9b8970c4c7b7ff22c8e8b308876c6d81fd8f39b017 2,292 0.93/1.00 vMB 53
404,908 404,908 0000000000000000029099e397733671d01e95b46171fc135da40afff7f16a08 3,016 0.93/1.00 vMB 80
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
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.63 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.