Loading Tool

Explorer IconExplorer

Memory Pool

41,495 transactions
16.67 vMB
0.13256635 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.38/200 MB

Candidate Block

Mining Attempt d148de56eda15fe12171c643aaf2996c11ba69a4a30ae8432016475687dfc6f2
Version 20000000
Previous Block 00000000000000000001ae72154b22862419307a132384746352ae1d74cab25b
Merkle Root a8a715dfb40472e4a73a38312f51ca34ea0edd048fb00de62cc1a2e36a4cda08
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,510
Size: 1.00 vMB
Total Fees: 0.04153475 BTC
Median Feerate: 3.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,315 (685,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,063 228,063 00000000000002096120c666edcc04e15001eaf74fb0ff8c44afdd46173a2aa2 171 0.08 vMB 208
228,062 228,062 000000000000010132f59f95e2043218b9bf0f2164691a36bcf722257994b71c 66 0.04 vMB 63
228,061 228,061 0000000000000252a2a9df49858e0146f4fb269595cdd270708cfc7272409113 274 0.14 vMB 189
228,060 228,060 0000000000000183913437ac50f731c6e0f61084617e5b35b8e7daa4133b7e89 378 0.16 vMB 201
228,059 228,059 00000000000002074fd286a00f1bd3279726a503c4f9a1977636aba7ad985f29 132 0.15 vMB 79
228,058 228,058 000000000000015db18b84396ad0ad39f58ea86b8d82e13da7d9086641e822c7 277 0.15 vMB 155
228,057 228,057 0000000000000226800aa465306e08856a315770f8b1cc672922fe93f0c1a8e4 242 0.15 vMB 269
228,056 228,056 0000000000000159584a1552646677fd8994bd23cfaa603c3a5f1af6489e83fb 138 0.08 vMB 179
228,055 228,055 00000000000000ee77333d0286c5008e3a99abbc85471cc345f96ada730b19ea 284 0.15 vMB 141
228,054 228,054 0000000000000094f021c15778e4d5f869f783f52ec5642d3b13a41310ff883f 547 0.26 vMB 199
228,053 228,053 000000000000010f4a3e57f0e0dc761dfb179fba2704f967d5e465691937d945 431 0.21 vMB 180
228,052 228,052 000000000000021fb1547e97625910a5406cb72a1c03ee2579e56016fe9470a2 157 0.07 vMB 47
228,051 228,051 00000000000000cee43d267f6b253fc8feb578d371a7d4902450ae93ed9baece 266 0.10 vMB 293
228,050 228,050 000000000000011c997fbedf430d0d37d02dccefad1022f24577c89ad74227a8 272 0.13 vMB 185
228,049 228,049 00000000000000519d9c12cd738ae9f2ca750044a20b35bdb5ca9bbee7663a74 460 0.24 vMB 219
228,048 228,048 0000000000000240c3faeb483c5ef823fba626f5b7a1f531f42fb4d91ece16e6 419 0.25 vMB 261
228,047 228,047 0000000000000130bc6ff9d161728866fb91a25a037359669548b5943f313136 249 0.12 vMB 149
228,046 228,046 00000000000001bc5b55c7e46117e03b6f13e61ad716b244af79fe74b2e40495 530 0.25 vMB 221
228,045 228,045 000000000000018aea379b2b90f27eeaa7fc89ae2d446ebcfd63a5d76aa05cf1 96 0.14 vMB 29
228,044 228,044 00000000000000822e21ae643588b16e7ccbe6110199d8e20faf038c53a84ace 293 0.13 vMB 249
228,043 228,043 00000000000002399f3838a5cff704cdddcc430c04aa3d0e3f3dba423183477d 336 0.15 vMB 231
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 87
    • Outgoing: 10
  • Data Transfer:
    • Sent: 92.94 GB
    • Received: 0.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.