Loading Tool

Explorer IconExplorer

Memory Pool

32,406 transactions
8.26 vMB
0.11165364 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.93/200 MB

Candidate Block

Mining Attempt 7c2a81572d7abf35e3dc321d236cb8023a0d6d83c148301ae760b74d7b803327
Version 20000000
Previous Block 000000000000000000010aae71661ec974f19f60e6845081a7dd81ae0148c404
Merkle Root 5f0fc058096cd94f4f518255743bf490e58bf859ea11cbe7da3869b18a8542fe
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,238
Size: 1.00 vMB
Total Fees: 0.06908294 BTC
Avg Feerate: 3.44 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,016 (754,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,365 158,365 0000000000000dfbefad206be5467e7dc2583971590643cda0964b06ca5bc374 0.06 MB 55 92
158,364 158,364 00000000000003144b1425afdcd2191b0e31199a2f2094ddaae2d512e1d905ab 0.04 MB 139 35
158,363 158,363 000000000000019a6e86bf26cfcc32da9f8f4245636842d92d89205b5904d8f1 0.05 MB 79 412
158,362 158,362 0000000000000a0cf32a156b8b1334e65a2e43b4e1da5760a7cc37f1bb3004b1 0.00 MB 10 373
158,361 158,361 0000000000000c228d49bb3cbdc8b7a8d27387f5acd652029eb44d4b3b8931f7 0.02 MB 37 256
158,360 158,360 00000000000001427f8721223b684b9d481664cb01a66e4e47b1bfbb83911bf4 0.00 MB 6 0
158,359 158,359 0000000000000815bfdd620704cbafc8a5cf1ca65c606af81acb7faa94cb6645 0.01 MB 24 201
158,358 158,358 0000000000000cc6b7d9709453f121bad28ba3328491912e04cb4c8716a0498c 0.02 MB 44 109
158,357 158,357 00000000000001e34b37e8464ec63bba491af75c7a668cbb3b2f8743fa4a5a9c 0.05 MB 125 38
158,356 158,356 000000000000018966dcb282337714dc9f84c8b2a21e43a5ed742987713a0291 0.04 MB 14 55
158,355 158,355 0000000000000cf8840284e972375f79cf82c0770483d8a70df9f5546edcc035 0.04 MB 56 72
158,354 158,354 0000000000000d868455e33404488c78dace3276101d979f83b3a11b0f2e966f 0.00 MB 3 29
158,353 158,353 0000000000000d8b1053e24a54bda6d60a1fed0a8e6684c371ce5ef59077fd5d 0.04 MB 85 95
158,352 158,352 00000000000005e85cf8e66645115a06a9e0eb043715d790806f8f1aa3bb40a7 0.00 MB 9 17
158,351 158,351 0000000000000ce3fa7b15ad94a0a7378b19a528f9f0afa1948bc5f78d7880a7 0.00 MB 1 0
158,350 158,350 00000000000005a8cbd2a13ace5706810df06be6b8ce226b97bb37e84d22b7d3 0.03 MB 42 99
158,349 158,349 000000000000073d52cf74ec1670e3b65c068ed1135713d9039ea2cc41e4da52 0.04 MB 88 542
158,348 158,348 000000000000049a9974f1c0e0a7f2f320869dfc08197a05fe87801802310959 0.01 MB 20 26
158,347 158,347 000000000000011b4d8d5233471ab7a50a035632e0cc7d25c31a0e2389f5c4d8 0.00 MB 10 15
158,346 158,346 0000000000000073d5153cd783df18482587fd156850b83697a9b256b20a1e78 0.01 MB 27 49
158,345 158,345 00000000000006902b5d3bcff468a20c3b0eb237e84daf42aad17d031329b1b8 0.03 MB 32 692
Previous 10 blocks ↓
Total Size: 778.87 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: 399.10 GB
    • Received: 3.57 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.