Loading Tool

Explorer IconExplorer

Memory Pool

21,312 transactions
10.67 vMB
0.03841569 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.91/200 MB

Candidate Block

Mining Attempt 0356646bb37aab5bbc474bf30b54b8071f02c40ed91cb146a90029d52e234c08
Version 20000000
Previous Block 000000000000000000005951823b1e5620028cff0d13492685dc59b62d0ff5ea
Merkle Root 433699f120e493034b293a2653050b57dbe2824cfe9053841efc9530037c5659
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,356
Size: 0.99790975 1.00 vMB
Total Fees: 0.02110262 BTC
Feerates: 251.34 > 2.11 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,622 (698,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
215,060 215,060 0000000000000077927d5439d513642ccebe6eba6291d39b173883a8fcf6d29e 635 0.25/1.00 vMB 203
215,059 215,059 0000000000000152790c7eafa3ac089b98c6c4162c94db9069cc0cd0e6eeb631 255 0.12/1.00 vMB 168
215,058 215,058 000000000000037716b69c45cd41cdc9a1c47cbe702d79669e16a49600199506 220 0.10/1.00 vMB 187
215,057 215,057 0000000000000208b5584c8a7001c9915a0f9d6c87847224753e316b9fbede9d 1 0.00/1.00 vMB 0
215,056 215,056 000000000000006cf41c44c4c9c2306df7231b4b6818e4c87fae21bc202b9ea6 256 0.11/1.00 vMB 168
215,055 215,055 000000000000000b34a2d1aadd8cc4436678b643612688b1f019e26d8b0a9a19 426 0.16/1.00 vMB 187
215,054 215,054 000000000000008f6bf0a9b07d3bbd92347fa51d3f7aef51ad931d8901f9d386 301 0.12/1.00 vMB 168
215,053 215,053 000000000000019c7c155e6a7806595998330db3f735670bb8309b1b33f094b0 189 0.09/1.00 vMB 166
215,052 215,052 000000000000031e49539a52df3471d2676fe8996b9bb6fb4080142b128b8c39 268 0.11/1.00 vMB 182
215,051 215,051 000000000000058f218e743f014b81fed0ba187c1c7022dcbeb2537d1683a49e 249 0.13/1.00 vMB 153
215,050 215,050 00000000000001dafebc91eb96c9cda7ebce5e4b390a4bc99620a18b913414e1 547 0.25/1.00 vMB 200
215,049 215,049 00000000000000ff115e93110cbf8bf71d079dd03f83d3dacb7a9ab368422345 512 0.29/1.00 vMB 71
215,048 215,048 000000000000042162394b55d8963cb070cf6dfc26129967685590037dcf353e 459 0.25/1.00 vMB 135
215,047 215,047 00000000000000a7195bb6c0094d5fcc3e7a201e9585631a6c4c2c8aac49c4fa 622 0.25/1.00 vMB 178
215,046 215,046 00000000000003b8b2a66e85b7f998587916d8e8495c3ffe71a4bac76b23a63f 9 0.00/1.00 vMB 11
215,045 215,045 00000000000001cc0253852b1d87d4bf16d0949f231e3503e7bf139c4589db5a 800 0.25/1.00 vMB 214
215,044 215,044 00000000000000975068e7f5d0b83335bd4050d692174b4d8ad3b17802e6226f 693 0.25/1.00 vMB 190
215,043 215,043 0000000000000229ee901e8fc2bd16bba1f3dfe64bc7833e823d48bda4ad4459 571 0.25/1.00 vMB 180
215,042 215,042 00000000000000b19b7c7af2a961b9ebe468adaf04986630ec7d388b6aec4f61 1,067 0.36/1.00 vMB 177
215,041 215,041 00000000000001b24315329c9d4c1df063c97d4532d5b4ddf6d94abb98e820dc 12 0.00/1.00 vMB 182
215,040 215,040 000000000000025c5ecd38cff3c0663e3aeeba8a418058d4384ddb82793c67d0 635 0.20/1.00 vMB 249
Previous 10 blocks ↓
Total Size: 779.94 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: 466.35 GB
    • Received: 2.83 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.