Loading Tool

Explorer IconExplorer

Memory Pool

82,221 transactions
30.58 vMB
0.08153841 BTC
Random Selection Loading Transactions
Max Size: 187.62/200 MB

Candidate Block

Mining Attempt f42f8997ec7c7b2b6c8b414b089fc4ce1704ad420911024035da0c3a6b27b26d
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 220bbe035756ccf554cfbcde8f3e9c5ce827cd902a5cf67dbbeca2b30776931b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,454
Size: 1.00 vMB
Total Fees: 0.01275839 BTC
Feerates: 72.50 > 1.28 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (438,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,984 476,984 0000000000000000012ea1dc68e1a3980367124bbeac9dcb580c3b6a54da4ee0 47 0.03/1.00 vMB 83
476,983 476,983 0000000000000000005907e79ec9002a127b4dbe2bb43b9884ade048033f67d2 245 1.00/1.00 vMB 4
476,982 476,982 00000000000000000106c047db1a0035fca7efa75ead64ef73ec769799da4f13 274 0.15/1.00 vMB 118
476,981 476,981 00000000000000000118562b2ed91da61c6e9f72870a30f56b22482556d7990d 610 0.27/1.00 vMB 86
476,980 476,980 0000000000000000000a01704cf3e9912df93116801b230787e2d41b4215e5f2 1,339 1.00/1.00 vMB 89
476,979 476,979 000000000000000000bab3dc13481c4ac4b9f04e9b67328349ba3e0d8e371c54 1,749 1.00/1.00 vMB 220
476,978 476,978 000000000000000001581fd4b6fe165308c545790cd3d0f2594f8a1e77a31121 781 1.00/1.00 vMB 30
476,977 476,977 000000000000000000356be649da8d860906a0310e3d73dca521c782e9af3889 1,651 1.00/1.00 vMB 48
476,976 476,976 0000000000000000001ea20ee295f8b660d1a1e9fef423ec4c39f290f8f2f8b9 1,428 1.00/1.00 vMB 175
476,975 476,975 000000000000000000145d63a27e32d4ec87ffccc33ebe3e36728e67d504f2e4 2,185 1.00/1.00 vMB 192
476,974 476,974 0000000000000000013d7289e1a7995cfc60c8ab8468b1ab3e427c42d7dbf372 1,448 1.00/1.00 vMB 215
476,973 476,973 00000000000000000065acac6057b114ac7d40f92bae11f853acb8c1ca68fe5e 427 1.00/1.00 vMB 27
476,972 476,972 00000000000000000047b7a44ee6f43b16336557701f12cc64dc57153a257a40 1,032 1.00/1.00 vMB 74
476,971 476,971 000000000000000000f77a48f9ad9b50e14edc494f77c412bacc2a6894b26205 1,904 1.00/1.00 vMB 170
476,970 476,970 0000000000000000014ef62a093573b6051cf9dc7b49ec6ef650b1ee77a723ff 430 1.00/1.00 vMB 22
476,969 476,969 000000000000000000ccd86eb312fbf23dace85954f157c0a1fc804c29e0ad99 1,172 1.00/1.00 vMB 60
476,968 476,968 000000000000000000b5e30dd60a7d5c8db3763f81279624aec9f37ab33706f8 1,751 1.00/1.00 vMB 152
476,967 476,967 00000000000000000065e9397c1b4cafa01bb20f3da5ff1db16e7bc5e81d04d9 1,656 1.00/1.00 vMB 67
476,966 476,966 000000000000000000feac24d2ad5f1e5d8656d3b6dfc0d3b885938cfd90202e 1,917 1.00/1.00 vMB 113
476,965 476,965 000000000000000000b3fb36171ecf77d9d685a8b338610b4306ac1032f30c5b 1,633 1.00/1.00 vMB 138
476,964 476,964 000000000000000000fad3e14fb38c2bc4a40a38a56193f0739426c1f2ef941b 1,110 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 783.02 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: 719.23 GB
    • Received: 18.02 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.