Loading Tool

Explorer IconExplorer

Memory Pool

83,654 transactions
30.75 vMB
0.17054128 BTC
Random Selection Loading Transactions
Max Size: 186.58/200 MB

Candidate Block

Mining Attempt 01391f64116e0071cd77e6c5a9cabf0b1437cfada44c5e88638d4c3f8338242e
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 90dff0bea7fcac5882a9a452a08d37bbca6dc84e27efede8c047521de45b7a1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,102
Size: 1.00 vMB
Total Fees: 0.08769845 BTC
Feerates: 150.79 > 8.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (286,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,231 628,231 0000000000000000000bd3c634440eeddac0366cbe520db5ba43a3f0433bf933 2,274 1.00/1.00 vMB 49
628,230 628,230 00000000000000000001764c53403fa6815d97ab7c6a3c65f09eba379750fa50 2,379 1.00/1.00 vMB 45
628,229 628,229 0000000000000000000b478a0709ac00abf796f4cb07617669c035afe6e537b5 1,548 1.00/1.00 vMB 52
628,228 628,228 00000000000000000007375e58f7ca505297fedcea5f6e75b9b9c7e7becb5b82 2,647 1.00/1.00 vMB 50
628,227 628,227 00000000000000000001c31357570685b9275ce572a8ca75afcc07497e4b06e9 2,279 1.00/1.00 vMB 40
628,226 628,226 00000000000000000004e3797cd2acb79cc81a2923db472e30f88aa8513ed85f 1,890 1.00/1.00 vMB 49
628,225 628,225 00000000000000000007660dba0d1ea0d54199c769894d151c729756f6e70507 2,060 1.00/1.00 vMB 34
628,224 628,224 00000000000000000004a0d66b7e2d9989ff4fb41fa9eb093671923a2dfcb4fc 1,844 1.00/1.00 vMB 57
628,223 628,223 0000000000000000000094b439c514f0efcda06c62078f3cf5c65728764bcbd4 2,207 1.00/1.00 vMB 35
628,222 628,222 00000000000000000003d736aaf262a2314cc09eb7655227e3576519e2d6fef7 2,743 1.00/1.00 vMB 36
628,221 628,221 00000000000000000010c9e5bb84553420c31f70f096c3a00d0aeedc46447aec 2,716 1.00/1.00 vMB 66
628,220 628,220 00000000000000000002a39b5572624c8d6c7403f99c00b09edd2eabb8f22c83 2,990 1.00/1.00 vMB 37
628,219 628,219 0000000000000000000a99d375bab42a316c11aa29a82e7dfab7dcfe3cd40369 2,955 1.00/1.00 vMB 69
628,218 628,218 0000000000000000000125bd3255b9a09befa66dde02f20116d6ef0829558e37 2,869 1.00/1.00 vMB 38
628,217 628,217 00000000000000000001b35e5ffb0e4ffacf40e589a41c455fd89e14c64c1c1a 3,040 1.00/1.00 vMB 43
628,216 628,216 00000000000000000000d698f9beee7e4b25041bd930a04257b4c075fbc84951 2,587 1.00/1.00 vMB 47
628,215 628,215 0000000000000000000ea244938757c397dfad9a5601dc534d8ac1cec85b442c 1,895 1.00/1.00 vMB 61
628,214 628,214 0000000000000000000245989709940fd3aea8e25619c0bf78b72afe9d0eaa29 3,030 1.00/1.00 vMB 48
628,213 628,213 0000000000000000000b8d4510b16b2ff805dfdcac340fbdf1fa8585c59d7de0 2,855 1.00/1.00 vMB 266
628,212 628,212 0000000000000000000671e8b39ebcccca886cbba5132dd01b90d4b4a4302a1e 2,823 1.00/1.00 vMB 39
628,211 628,211 000000000000000000040837836ffbda11fb17dc0846fc72952e97c7cca27db6 2,497 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.61 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: 671.92 GB
    • Received: 16.06 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.