Loading Tool

Explorer IconExplorer

Memory Pool

38,290 transactions
25.91 vMB
0.05141600 BTC
Random Selection Loading Transactions
Max Size: 134.31/200 MB

Candidate Block

Mining Attempt 9e74cc57913b16728fb8254e05f0a7192d04f3c8bd4ad9cc3fd66ff4a89066f4
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 93153be4f4668f19c41aecc30dcc8aed5c8760f401eb2ba82e8933adc488d22f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,971
Size: 1.00 vMB
Total Fees: 0.00413861 BTC
Feerates: 60.16 > 0.41 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (326,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,372 588,372 000000000000000000037a71f58cd8897565ab7ccfb5852cfe2bb4cb1bb72514 2,818 1.00/1.00 vMB 21
588,371 588,371 000000000000000000172f5eded83c8778648dc83b30848864d2f5d50fbac988 2,492 1.00/1.00 vMB 13
588,370 588,370 0000000000000000001aa7a8d966d73e45f55a2428e35b16568b30b4c0ff8b8b 3,065 1.00/1.00 vMB 47
588,369 588,369 000000000000000000161330f4e042d2fa6da9eceecffbe969b03a6bc5f2fd4f 3,135 1.00/1.00 vMB 47
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
Previous 10 blocks ↓
Total Size: 782.27 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: 656.06 GB
    • Received: 14.38 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.