Loading Tool

Explorer IconExplorer

Memory Pool

81,252 transactions
31.14 vMB
0.10609755 BTC
Random Selection Loading Transactions
Max Size: 187.97/200 MB

Candidate Block

Mining Attempt 5c1fc5c57ba56b5b83cb5ac2a2da8ab8fdf18ebe9f0414624ae71b02e3280ed9
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root 5ce42f9244a9d733d479d7119163af322b6a35c0d9f85e10ff294390f3262977
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,985
Size: 1.00 vMB
Total Fees: 0.02693769 BTC
Feerates: 150.75 > 2.70 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (465,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,009 450,009 0000000000000000005b2b8f393b7acf3e71dc8d939209ce0a01f6d74497ca1c 1,749 1.00/1.00 vMB 45
450,008 450,008 00000000000000000051f56e56bdc2edc231382be6430b6a026fa74823136492 2,519 1.00/1.00 vMB 90
450,007 450,007 00000000000000000153d2b3b779e8380f9581d64b33ac481e432b43e53bf94d 935 1.00/1.00 vMB 57
450,006 450,006 000000000000000000010542dfe2f446f1fe78334ea8466caf4a4ded5b61f277 726 1.00/1.00 vMB 45
450,005 450,005 000000000000000002a51a3fb1d0805090b826563e9529a3532b9ef3f0be8be3 2,331 1.00/1.00 vMB 86
450,004 450,004 00000000000000000133e9920d5d808d430e325027d513420e7fc2f7da231ffe 2,024 1.00/1.00 vMB 75
450,003 450,003 00000000000000000072e602f438ae44bfac1899d7c8f97faccab191b6ca7c22 2,064 1.00/1.00 vMB 105
450,002 450,002 0000000000000000017fd226fff84c38c5eccac41910c020692751ffd5b3361d 1,427 1.00/1.00 vMB 150
450,001 450,001 0000000000000000011cf0c4c2ecb0312aac4b321884ee25e46a61913466e443 1,732 1.00/1.00 vMB 57
450,000 450,000 0000000000000000014083723ed311a461c648068af8cef8a19dcd620c07a20b 2,156 1.00/1.00 vMB 84
449,999 449,999 0000000000000000024c4a35f0485bab79ce341cdd5cc6b15186d9b5b57bf3da 1,843 1.00/1.00 vMB 136
449,998 449,998 00000000000000000109ee16ece374f7c37ea52e5621b3ff55e73b2c2f0b2f35 3,676 1.00/1.00 vMB 48
449,997 449,997 0000000000000000001fc62e775720d7469936509be35778fb1c612ac208b146 2,219 1.00/1.00 vMB 74
449,996 449,996 000000000000000001751fc94f2946e612b7ef11551145e3c87bd0db3239e9d4 2,616 1.00/1.00 vMB 105
449,995 449,995 0000000000000000006cbc081d67206897461e141fa3af8da57c984f9302f274 2,120 1.00/1.00 vMB 63
449,994 449,994 00000000000000000260e53025b01b6a632cf636d625033fa69dcffd8c80315b 2,409 1.00/1.00 vMB 79
449,993 449,993 000000000000000001b899a8dd06fd3f8c715c82699ff8ea38d2caf4c361aaa6 2,490 1.00/1.00 vMB 82
449,992 449,992 000000000000000000e1d27ca0de6d7a937197222dee6df0f8f7229059f12495 2,489 1.00/1.00 vMB 107
449,991 449,991 0000000000000000017965395536674b297496d8708c83b8c6e23fa97a022e9c 2,897 1.00/1.00 vMB 94
449,990 449,990 000000000000000000e8853ededafc72c3d771418a30e7de10ee9b0d90de1a6a 2,747 1.00/1.00 vMB 137
449,989 449,989 00000000000000000165c2d92689da2f1a5c0ccd4c44aff5baf2de180b432309 2,438 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 783.08 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: 723.78 GB
    • Received: 18.41 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.