Loading Tool

Explorer IconExplorer

Memory Pool

23,483 transactions
4.29 vMB
0.04197055 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 10 sats/vbyte = 12 blocks ()
  • 12 sats/vbyte = 5 blocks ()
  • 14 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.37/200 MB

Candidate Block

Mining Attempt 37c5feb77a79c76b70bb5827a27365fbd779e62b11dfeff7026120b9b8c59663
Version 20000000
Previous Block 000000000000000000019ff224b4d4a6fc0b16aebc678cd7e073a8d50a9c1263
Merkle Root 34c6ed5326fc38912296d3aa6a42cef986de74b8629aaf9dabeea6720eb7884d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,696
Size: 0.45 vMB
Total Fees: 0.03186596 BTC
Avg Feerate: 1.56 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,783 (594,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
317,870 317,870 00000000000000000977711b505e7eaf002a20ddf1bf93f03ae682bb0147367f 0.13 MB 252 26
317,869 317,869 00000000000000000a3b5fc05aad1b24601a9b5737fccee60e47c78250059054 0.39 MB 546 21
317,868 317,868 00000000000000000667b53256bb1d5d4bf40bad25180806691c9f4e2d7753d4 0.08 MB 256 40
317,867 317,867 000000000000000009a0f8ed656d8bc40fef69ec5a366d0eb70945e893882daa 0.04 MB 65 31
317,866 317,866 00000000000000001c8dd9e05fea9b2eb8b0131dc3b1b63904adca83ba8e95de 0.05 MB 97 28
317,865 317,865 000000000000000016a12410e8453c9b257358a964259f9ec7bd7344738b5452 0.14 MB 251 23
317,864 317,864 00000000000000002cbfc71aacf8a8da54f7591a382a8a6cbbbafe84a27cdd52 0.20 MB 320 21
317,863 317,863 00000000000000000b6adb180a82015f7f6599e64db6e932fb759264ca1a57ed 0.52 MB 800 24
317,862 317,862 0000000000000000119092ba2350d683f89cbd6fe0904292094ba13651e0f770 0.34 MB 688 27
317,861 317,861 000000000000000014938556c2758fa11798dca9c61d60c6c7f7d6b5cd17f95e 0.33 MB 680 27
317,860 317,860 00000000000000001e37fa011ca0454486047139a23a364cea6e223c8c292657 0.15 MB 337 29
317,859 317,859 00000000000000002a7e3de5a735bfec726dd0fdaf921910bb2177a805df7811 0.18 MB 321 26
317,858 317,858 000000000000000025a2e9c650964c0f57f127fb5e01db8e58e3a907186ca774 0.03 MB 74 40
317,857 317,857 00000000000000002a52c6b440274b33d7630ce2afdd403de297f6b797932a4b 0.12 MB 163 21
317,856 317,856 0000000000000000054337da966a8fef16a0869bf56f7ad4ecb97f40c0c2ab1e 0.06 MB 109 25
317,855 317,855 0000000000000000151b52a453506eb4d4b645cdc87cfcbe38469712a860a4ef 0.48 MB 803 27
317,854 317,854 00000000000000001338c2550e7150595642e38556973f0c04bc5de771d83d81 0.15 MB 177 19
317,853 317,853 000000000000000003a11d0629d28c8dac38b8daae71ce9cbced03213893ba31 0.05 MB 128 38
317,852 317,852 00000000000000002ace4923f17bd735e7cbb46602267ae59d36ac76413f1aa2 0.23 MB 461 25
317,851 317,851 00000000000000000da69abd9920e1f461381e0c797048936743f90e95626f26 0.21 MB 442 27
317,850 317,850 000000000000000009aeabe13410af58c7083176659a8898682f001567964333 0.43 MB 734 25
Previous 10 blocks ↓
Total Size: 778.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 92
    • Outgoing: 10
  • Data Transfer:
    • Sent: 147.76 GB
    • Received: 1.69 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.