Loading Tool

Explorer IconExplorer

Memory Pool

25,881 transactions
11.63 vMB
0.02724334 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.24/200 MB

Candidate Block

Mining Attempt a529dec5995ec8cf690c67fc7591921779c3b00687c682e7be858c42b344bf04
Version 20000000
Previous Block 00000000000000000000e1a691ee00fa1aa3ee6a480bd6f8fe0dacb171b82813
Merkle Root 4ad3a03d65362916705b7b666e1a7866ab6aab61fc3b9fc4c1f533eb3ca3f171
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,389
Size: 0.9979515 1.00 vMB
Total Fees: 0.00819145 BTC
Feerates: 61.00 > 0.82 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,688 (701,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,086 212,086 00000000000004900e418965c7eb820517d5c4d58e4659352e9a06e3fe7b8051 399 0.18/1.00 vMB 259
212,085 212,085 000000000000048daaff8905daa0dae5fa31b372bb80a609e7cd230e8a54a437 206 0.11/1.00 vMB 126
212,084 212,084 00000000000003146b75a1858519e422b3d45727df272894192b85da5416e7e6 381 0.16/1.00 vMB 179
212,083 212,083 00000000000000c1f7acbace634c5f79753ff189d26ceb8b713f77ce1daba6ec 369 0.26/1.00 vMB 149
212,082 212,082 00000000000000b4517be7a1d8cc9283e1b18db6b9602abc94eb2b1ef7ef4e84 142 0.05/1.00 vMB 17
212,081 212,081 000000000000025612fe6d883e1d43826bf7e09963c0c410037a9841b586fe30 547 0.20/1.00 vMB 273
212,080 212,080 00000000000000c8a77b31d2fab104e3580561c578c1efa754df0af70dd8ad4f 819 0.41/1.00 vMB 187
212,079 212,079 00000000000002cca2cbe33afa7cb1ae2c401358b7c1e943ea1967984340992a 442 0.21/1.00 vMB 148
212,078 212,078 00000000000004cb63dcf2269ed50c94d2380037d51d716fecf3cf7e61e9fac5 615 0.25/1.00 vMB 191
212,077 212,077 00000000000003f98964335b75677386437b67c09985746d3ff3bd21ce1c1355 613 0.25/1.00 vMB 200
212,076 212,076 000000000000032f25c8c02f1bf59492f92935c19a4e250ae8f98802b00d0e19 618 0.25/1.00 vMB 216
212,075 212,075 00000000000004ddb3722b47df4ba88745299fb61fbceb84e1a512bf0362322a 297 0.11/1.00 vMB 175
212,074 212,074 00000000000000e41acb7b85d1b9756a95eb43cee8b14263a2460e7a95e0dd26 348 0.13/1.00 vMB 286
212,073 212,073 0000000000000185fd503de750202edbc91f8ecdab3ac76d7a2783cea9230c39 38 0.01/1.00 vMB 293
212,072 212,072 00000000000002383d6d306720346d107bd44e0bc1445b882f2c7050e3880ddd 325 0.14/1.00 vMB 241
212,071 212,071 000000000000010a0dce31b3d46460364c990c31eab5658ce691514c21607388 69 0.03/1.00 vMB 560
212,070 212,070 00000000000000c0d9465411b7a1eee5a31222b421c6ddde1d931cffa3f2f678 135 0.05/1.00 vMB 208
212,069 212,069 00000000000003d8ce8f806484bc6a6a9af95816cfecd1e9e52f3b6f0e1099f2 172 0.07/1.00 vMB 188
212,068 212,068 00000000000001239b87f0637c14d79290719af7809aa5e23289d9f570c03618 223 0.10/1.00 vMB 224
212,067 212,067 0000000000000355b7fdfb35d55269704f4a311ff63347863d79cdff269aa43c 227 0.09/1.00 vMB 179
212,066 212,066 000000000000034683151bed3b2212fb2ebca54656a4e38febe792246c57c671 102 0.05/1.00 vMB 264
Previous 10 blocks ↓
Total Size: 780.07 GB

Node Details:

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