Loading Tool

Explorer IconExplorer

Memory Pool

21,529 transactions
9.36 vMB
0.03469506 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.62/200 MB

Candidate Block

Mining Attempt 271eca79dc2f991303ffed297ec55d2eca50649a91ce60c1d0d87256d5d6f1e8
Version 20000000
Previous Block 00000000000000000000f2a58278eb31c7c7508d5fd7be04e21efd82a1a50145
Merkle Root 16f8b94a3f34fde3821ac661146ca1dd85d5251b207be5be6a2b0e50f5d5eb79
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.01306118 BTC
Median Feerate: 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,406 (690,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,586 222,586 0000000000000286f0637543a154d47330d2ab544566edd66cdef6d99fe16695 196 0.09 vMB 154
222,585 222,585 00000000000000586984e2ee68d05ba21c0881967917e296193937f84d5ac63f 395 0.25 vMB 155
222,584 222,584 000000000000043ddfd2fa1eb8472300c50793e4829a75870167144e4f0d4d46 483 0.20 vMB 172
222,583 222,583 0000000000000293d3e06d281617373ab7a953b05af737f7042272eb2e6d146c 413 0.29 vMB 131
222,582 222,582 00000000000003582a60e186f11d31fbaea86b200f09dcb948dd9bbc7e149376 777 0.25 vMB 242
222,581 222,581 000000000000048cd26d86bc89b85bfb4388333a213fca98fa9b924ce9353dff 474 0.25 vMB 149
222,580 222,580 0000000000000358a7ad9a5e7542611b27631996af25aa1b0cb27965effbc7a2 745 0.25 vMB 254
222,579 222,579 00000000000001a9ef984e37e3243b256904fbad1fad7ec47c8ed4e4af22deca 328 0.15 vMB 125
222,578 222,578 000000000000034aa9baefffe17d8b83c3b408deaf77ea110552d34092605a11 466 0.25 vMB 182
222,577 222,577 00000000000002292b87658fae2052a7028df10d97862d840418760218561f70 68 0.04 vMB 116
222,576 222,576 0000000000000374a11fb225190e3aa2c9d8479abec0d81a45f8ab43a8b40518 309 0.25 vMB 117
222,575 222,575 00000000000001e20833e052e14dd5ac2976c1136bf85dc8c35064690943cbc3 594 0.24 vMB 176
222,574 222,574 00000000000000a230de5a1dddcea79f0533e9e02627aac9d596f9ef0e9b18a4 649 0.30 vMB 198
222,573 222,573 00000000000001e100b1e5a0c036ab5e8caf8ca16e8ba301c807c3ac10b8bb44 174 0.11 vMB 117
222,572 222,572 00000000000000d1f108ef64cb328ffda2fe1070177a2bc34a82e7ef43817517 314 0.14 vMB 201
222,571 222,571 00000000000003efd6be32d9861aa7ab54843da027858571cd77245b4461e6ec 155 0.10 vMB 152
222,570 222,570 00000000000001f6d1f7083dc4330cf0d5efc46caa531bb7821fba67d0676c72 386 0.25 vMB 144
222,569 222,569 0000000000000094fe4c2a3ee1d786ec8dcc95e3d1420be68ce88b81f345aa98 315 0.34 vMB 73
222,568 222,568 00000000000003a389cb4f1c07c573709d305dcc7f86d5720ee3198d625a125c 597 0.25 vMB 197
222,567 222,567 00000000000003b6738f03b6ce493dc9a97337f174b67b2fef3840ab40cfbed6 488 0.29 vMB 142
222,566 222,566 000000000000017ca75115aeebdffd037445c58a4030ba1a9d3873d64c0b96f0 815 0.25 vMB 291
Previous 10 blocks ↓
Total Size: 779.57 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: 280.48 GB
    • Received: 1.10 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.