Loading Tool

Explorer IconExplorer

Memory Pool

2,819 transactions
2.33 vMB
0.00497666 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 11.57/200 MB

Candidate Block

Mining Attempt e8ebe1505e601a4ca65164d686192fe0836d7409f908d16788af7c3982f95132
Version 20000000
Previous Block 0000000000000000000198901213cf264fd46c324a3dd55fbfd5cf096a97a0a1
Merkle Root 729231fecebf21f01e55a63fd187b2d43c4f1d641f108bf49b73d795f09e79a2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,804
Size: 0.95 vMB
Total Fees: 0.00359982 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,495 (685,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,343 228,343 00000000000001200ab3e37ef40abdad9729245b7a4d29dd30a5786d1b9d2b48 162 0.07 vMB 100
228,342 228,342 000000000000015446895de766a69195bbedbb551868682eaf39f68aa0304ce1 354 0.21 vMB 158
228,341 228,341 00000000000001338fd030ecd5823b42c61b0196bd335c0cb16ee83637381ca7 501 0.50 vMB 39
228,340 228,340 0000000000000159270e65df144b45a22bd6c5b6d9cf17b93288f58953617a90 3 0.00 vMB 0
228,339 228,339 000000000000023732b114883b89e0149228045939420d8224c58e8ab67e32f5 428 0.18 vMB 185
228,338 228,338 000000000000002a0bd37c0f44c2f35a75ede3b01f6710c0369a79dfdd4837da 260 0.15 vMB 99
228,337 228,337 000000000000002f6afc75f359c785e48c294a881ab5ace093ce84146f8c1f0b 174 0.07 vMB 112
228,336 228,336 00000000000000c62b74ad7e143cf9b6d59d57777b6c84ba801e5f8eb4ec2ede 341 0.14 vMB 183
228,335 228,335 00000000000001ac8661d070e1b39d9713fac0032195e4eee9e04fc740500943 110 0.05 vMB 102
228,334 228,334 0000000000000096c4843550fc07d0c85a62b8c8b6c66decd1ba1c32b227ea0e 400 0.17 vMB 228
228,333 228,333 000000000000021517b013b1b154d00fcfad518ab5efa7963bcec6737c631382 506 0.24 vMB 162
228,332 228,332 000000000000013c35fee9d961594f583bd8393ce162b713a74be9563adb429f 458 0.24 vMB 135
228,331 228,331 00000000000001f90084a5f0180590c30af1b49fd571beecc42d5f43e7c95698 194 0.06 vMB 11
228,330 228,330 00000000000000f2fae26db57841ac727b6673b506a19f52360eb3a20d9df711 221 0.15 vMB 87
228,329 228,329 00000000000001dc5955aaeeb433725ea60e41d51a85b44ce82bc5f4a56c5369 120 0.06 vMB 127
228,328 228,328 00000000000000a08d838e6408355cde4f8667a7b6631df3dfc940ee02a86fbc 129 0.06 vMB 89
228,327 228,327 00000000000000d7129d42a7343c760592caee2ce96d191bb2a11f0b4bd66f45 290 0.14 vMB 173
228,326 228,326 00000000000000fdad9bc9c92d965ed7cb1662b841f535897e1ee894e7029b99 62 0.03 vMB 30
228,325 228,325 00000000000000ef0675496210d648075cb2edebdd9609b4c8e204d997ac79f9 139 0.07 vMB 119
228,324 228,324 0000000000000247fa64a09bfc79d81f0adec74e0ed827b0ec392779b07dfe6c 273 0.09 vMB 160
228,323 228,323 00000000000001e3114c9ebc27f02c9fede207e92dcdb5c8c1f2b473227b744e 232 0.17 vMB 96
Previous 10 blocks ↓
Total Size: 779.73 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: 364.70 GB
    • Received: 1.75 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.