Loading Tool

Explorer IconExplorer

Memory Pool

78,715 transactions
29.16 vMB
0.11874312 BTC
Random Selection Loading Transactions
Max Size: 175.89/200 MB

Candidate Block

Mining Attempt ac81291e805616cbb21cc00e3064a1b74605c23b7eba27e30452acda94b5540b
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root cd8ac9362324a65f80b38fae4a72aa420b8ab524337bdae02cec7bd2f55f65a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.04289630 BTC
Feerates: 150.80 > 4.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (410,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,905 504,905 0000000000000000003d2bdb081bc821c980074c668d28f9bae450ca11300df1 2,014 1.00/1.00 vMB 386
504,904 504,904 000000000000000000591867140714bf51d39ddc4e6c87abcffdca3bb9d7b9da 1,433 1.00/1.00 vMB 221
504,903 504,903 000000000000000000586503c5cb873d6a16ce20a741b2de92c1ad68b15d34f7 1,627 1.00/1.00 vMB 443
504,902 504,902 0000000000000000006203a7fd75b22077d10883f5c4806cdcd0bf4f7c4c9886 2,713 1.00/1.00 vMB 496
504,901 504,901 00000000000000000012071689b7b287ef5e6e5e181fc8557193ab3594d32955 2,181 1.00/1.00 vMB 397
504,900 504,900 0000000000000000004dfc6779fe0abbbafa92b25a82af6a41ca92f02c3a62a2 1,306 1.00/1.00 vMB 272
504,899 504,899 0000000000000000000a6170dd1d7de7fbd94d7d988aad659fbd0ea5f6e7d09d 1,844 1.00/1.00 vMB 263
504,898 504,898 0000000000000000002102ae52cf5822c04ecd0d150a17f31756fb3a854de0ee 1,937 1.00/1.00 vMB 240
504,897 504,897 0000000000000000005b866de87828888bde9651990752dd79e48dc93813eb53 1,998 1.00/1.00 vMB 372
504,896 504,896 00000000000000000007bc52d23826e20a54208ee7398f4df941faf6499b5570 1,770 1.00/1.00 vMB 412
504,895 504,895 00000000000000000034129648a85156e9f80ee75e61062b25eed8acd0d64220 2,737 1.00/1.00 vMB 491
504,894 504,894 000000000000000000229dd21689799941a9084aa7350ee3a8473342b84dd15d 2,701 1.00/1.00 vMB 518
504,893 504,893 00000000000000000031bb6ae8e9facae055c31bc4cccf3700a813a020b747f9 2,858 1.00/1.00 vMB 477
504,892 504,892 0000000000000000004cdd8de601a36c3c62cd9d354d265f15717677a0b92826 2,729 1.00/1.00 vMB 505
504,891 504,891 0000000000000000001e9b69d8b390d9d3ab6b1e538b6231a3090c48391ccf2d 2,711 1.00/1.00 vMB 441
504,890 504,890 000000000000000000382b5c3452bc1dc3de356d588ae21b4d024c0c912ca033 1,639 1.00/1.00 vMB 412
504,889 504,889 0000000000000000004c8864149740b570a2e9000e96a07bc4bfcd992ed10e5e 462 1.00/1.00 vMB 145
504,888 504,888 00000000000000000038b39507f7dac3daf9bac31a4c13b72f57c9174ceb71c2 280 1.00/1.00 vMB 138
504,887 504,887 0000000000000000005df8fac754c5bf27ded2ee9503577135b290ee0cd36a69 1,094 1.00/1.00 vMB 189
504,886 504,886 000000000000000000284c05ae2cca6ee69e397dd790d64739c07940878f578a 2,763 1.00/1.00 vMB 489
504,885 504,885 0000000000000000005dbb38b1f39af707bb28425c2db6d1a11c7ceab80ee5b9 2,020 1.00/1.00 vMB 223
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.