Loading Tool

Explorer IconExplorer

Memory Pool

45,924 transactions
27.70 vMB
0.07650778 BTC
Random Selection Loading Transactions
Max Size: 146.59/200 MB

Candidate Block

Mining Attempt 5b125911ad742182091bf008d672064e934cf390c0a22bb4e78460df0c3aa5dc
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root f35d6cb2bf50e1d4d1308aeadddbf0436ce2f67477ee7a6e099122ecfb0664a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,583
Size: 1.00 vMB
Total Fees: 0.02408288 BTC
Feerates: 502.65 > 2.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (326,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,368 588,368 000000000000000000115a6e1eb4152efbcf730bda6d1e17c431e58db9f4cba3 2,996 1.00/1.00 vMB 28
588,367 588,367 0000000000000000000a96bc13395a3fcfe791ef91239b52ec9b97bcf79c9c21 2,577 1.00/1.00 vMB 9
588,366 588,366 00000000000000000011f2ecad225c0c3e0ac9e8481c33827552d2d190247180 2,274 1.00/1.00 vMB 22
588,365 588,365 00000000000000000017bc9b76dc97595ab5b3c99c9f66117136e84b983cd4ac 2,662 1.00/1.00 vMB 66
588,364 588,364 000000000000000000076c6241f18b4cd96a33052cd1d7ff8eaed0a3a5c76be0 1,763 0.60/1.00 vMB 15
588,363 588,363 0000000000000000001f1f49771fc7847250ee767765d0ab8de095eb9c544097 203 0.06/1.00 vMB 28
588,362 588,362 0000000000000000001206e3f2d4f21a3e25855dd8abeb933f38b29cdba74503 681 0.43/1.00 vMB 11
588,361 588,361 00000000000000000010559543aa4c6cb1d66fe9aa9502743400d52559bac872 1,116 0.48/1.00 vMB 14
588,360 588,360 0000000000000000000fec76304c2cc562b0d4dfba03781c08794abbd40a636b 1,108 0.37/1.00 vMB 22
588,359 588,359 000000000000000000167b6ab440a1907b97f700d391aa2e53977bceae638d64 1,737 0.72/1.00 vMB 20
588,358 588,358 00000000000000000017630279de09042248ed496caaf27a3d962698219c4e21 866 0.34/1.00 vMB 23
588,357 588,357 00000000000000000004c8100b9167a627d22fe8bb590ffdd52f4f6c39ce995d 308 0.11/1.00 vMB 22
588,356 588,356 0000000000000000000459240a22efa1d5719727b08a97b7e33bc139ebc2da4a 1,252 0.39/1.00 vMB 12
588,355 588,355 0000000000000000000a9efc87f95b2d7fb0025c3367accf9ceb5bdca91fb28f 2,839 1.00/1.00 vMB 8
588,354 588,354 00000000000000000005f62515f1b9a7a6edfaf75a41e7123ca92f99a9c7ed77 3,044 1.00/1.00 vMB 32
588,353 588,353 00000000000000000011038a2b7418d8a8a81d79acdff41329f1a3ce8e6db4b6 2,327 1.00/1.00 vMB 38
588,352 588,352 00000000000000000018343e058a2ef1a477131bfa91a4f334c0e2bf735d4c26 2,880 1.00/1.00 vMB 26
588,351 588,351 0000000000000000000da57cc4163ea9235d4710266d9f8fec7f5cbd60319f51 661 0.22/1.00 vMB 30
588,350 588,350 00000000000000000009b919d5802b2c800b86aa9f79ec06c261f09577f165e5 2,252 0.72/1.00 vMB 19
588,349 588,349 0000000000000000000443c9b9fb720fa7e0293ee25ae022d7a202b6d8708889 2,711 1.00/1.00 vMB 16
588,348 588,348 0000000000000000001eab511e764c7c7255753f884e950da0a6cfe52d1448e6 3,090 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.24 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: 655.25 GB
    • Received: 14.28 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.