Loading Tool

Explorer IconExplorer

Memory Pool

24,052 transactions
5.84 vMB
0.02742589 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.71/200 MB

Candidate Block

Mining Attempt f7414a59215c7e4e42b77531d21c87c858f46fbf8cd11fed0dbaef63f692defb
Version 20000000
Previous Block 000000000000000000022b340a438bce50643cbcc6030d25b6f4f3c519c4eec3
Merkle Root 4d0b721a8268215b2e32e3c20f28bc5fd9bba1544b5baf8bbf917bf49591be7d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,761
Size: 1.00 vMB
Total Fees: 0.01310936 BTC
Median Feerate: 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,173 (661,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
252,115 252,115 000000000000000721f72dc7da3cf8a9b820dab149e08b7ceffef904ad5fadcc 0.21 MB 484 131
252,114 252,114 0000000000000047156ad42019960cf610999161ba66eeef659d03b35e142889 0.07 MB 177 89
252,113 252,113 0000000000000018003644b1f919f26fa0f7f4c4db9de65ab678d98b1e3fa1a4 0.04 MB 91 38
252,112 252,112 000000000000002164d3ad303cefa3d18489c55864539504d898b7809a02b309 0.18 MB 413 142
252,111 252,111 0000000000000010317ccf2fbf695b7387b288862ca8427d20258c9da7ade1e3 0.05 MB 91 98
252,110 252,110 000000000000000438aebc2cd33025feabec4e471b5ad720b8b396a8c78d6ac1 0.09 MB 163 129
252,109 252,109 00000000000000317ef4753d165294a8d48f4d1dd999413fb457ed003647f985 0.23 MB 307 98
252,108 252,108 0000000000000034ad76e6e1981a6ab8ee66d775aedb52c389d0a9139a8e98f2 0.20 MB 450 134
252,107 252,107 0000000000000025304e4b8d70b882d71a14d20b982fced70b4e689b22a0d28b 0.05 MB 129 104
252,106 252,106 000000000000000392660a659fee1aecbc20956bec0dc84b1dc80a7019c75430 0.09 MB 195 131
252,105 252,105 000000000000000b34c68f7da8d46c944915470932f3174b4971cda2dd03c5f3 0.05 MB 103 50
252,104 252,104 0000000000000043f72af7ee1a546d66007c81aa6c4fb0fbfda1914d15595192 0.23 MB 514 147
252,103 252,103 0000000000000030ef7ceeedacb3528c35d65a2b07fcad6f71c747630ef4d8dc 0.00 MB 1 0
252,102 252,102 000000000000001d1944643363c06e9618fb3c6c11619b23760c8f545eb30380 0.15 MB 334 83
252,101 252,101 0000000000000021b950409227ede965e737942ad44ef81170701abc8c2fb842 0.19 MB 466 201
252,100 252,100 0000000000000017f3f939a22de6877dafcd29fbe430b83f81fb38d78616db90 0.13 MB 300 149
252,099 252,099 000000000000004da0a61ad94fb7d84aa42e59693f2ceec4cb619a60fd98e7fd 0.15 MB 313 102
252,098 252,098 000000000000000f44c2748beeeb6f8c92ee2e8726ca3736704ca554c40c7304 0.14 MB 384 157
252,097 252,097 000000000000003c669a7238cab71f29cbd18c0d991aa0b854df1833fe2bcd87 0.18 MB 370 47
252,096 252,096 000000000000002b3e03ef0afa4a01286a8e9ee38d61fc31ed032a68d5845213 0.25 MB 628 205
252,095 252,095 000000000000001a961e0922dfeb1e68a1ba01727547e50e618b8d23a52a4e37 0.20 MB 462 135
Previous 10 blocks ↓
Total Size: 779.15 GB

Node Details:

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