Loading Tool

Explorer IconExplorer

Memory Pool

48,338 transactions
22.97 vMB
0.13051880 BTC
Random Selection Loading Transactions
Max Size: 128.45/200 MB

Candidate Block

Mining Attempt 4f8ae5485e3238d8164e1ff05109fc23c6e125e505b4ed2fb0d0375b45c44410
Version 20000000
Previous Block 00000000000000000000d451218953608884fdf06a7d0218542220f2352919d8
Merkle Root aeb62ded52f8b57922b887a571cc25485b1d069aea41376c323e4e77b4a686f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,370
Size: 1.00 vMB
Total Fees: 0.05435174 BTC
Feerates: 192.68 > 5.45 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,093 (898,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
15,958 15,958 00000000531e24604d797285b17236de2a729a5efea0ab00253502660ca2cfff 1 0.00/1.00 vMB 0
15,957 15,957 0000000012f52136b78c4b5fe898791e91c2664b55cbb5c3550c11dd2e6e4752 1 0.00/1.00 vMB 0
15,956 15,956 00000000f923123669dbb11615c0b14eb334e7dc8339f64e7e000788833cdbbd 1 0.00/1.00 vMB 0
15,955 15,955 00000000f25c60e6b580f9d99113aa4286c93f579a2352eab78042c5817368d3 1 0.00/1.00 vMB 0
15,954 15,954 00000000271625b8b92bec39418170a4a6cb94c4aba239304b692ec8ce42f691 1 0.00/1.00 vMB 0
15,953 15,953 00000000f4b3836df8b4eb8823f8f7fb303168f40875add5835390cb9f6ea3c3 1 0.00/1.00 vMB 0
15,952 15,952 000000005964148f7e7618fce590bf370f78d77fddf6c2ca35ac2d7e51076147 1 0.00/1.00 vMB 0
15,951 15,951 0000000067426e929a1d6bae22defdbeb415b74b4e217319f9d72ce52403c48e 1 0.00/1.00 vMB 0
15,950 15,950 0000000041bdfbaae5c972e8a320bd40e9288d23ece093e3ad3c69fb2b4ec594 1 0.00/1.00 vMB 0
15,949 15,949 00000000abc4817a13938a59c0124929ddaf9c60c99f34c236d68f8a9ac834fc 1 0.00/1.00 vMB 0
15,948 15,948 0000000051565b897f06676066cfcf75c337491e02fdb4f755defaf6406adf45 1 0.00/1.00 vMB 0
15,947 15,947 000000009b05f68e289106a33611f04ca527606a3e4ba47df38526250f7edd1c 1 0.00/1.00 vMB 0
15,946 15,946 0000000065f4231d47663b5c1481adb4465fdc026b8f9f14f610f0c14ed7a295 1 0.00/1.00 vMB 0
15,945 15,945 000000007f53391df2edc0a986e4bba04ec136214fa184ed21de362daa88f00d 1 0.00/1.00 vMB 0
15,944 15,944 00000000d46383282a57ae0b360a191cfa3e7d497fbb166bf4e77135aa81a15d 1 0.00/1.00 vMB 0
15,943 15,943 000000008d080b9bc0d5257f5f2e125503ec4209f712b5adbee00d28b395e2f9 1 0.00/1.00 vMB 0
15,942 15,942 000000006178120ef0fe6edd2695744face4e03d9836c289e72a6b9dbe0544d9 1 0.00/1.00 vMB 0
15,941 15,941 0000000034075389d3b04731f86ee96346187df958ee2d679832d902d9dfad22 1 0.00/1.00 vMB 0
15,940 15,940 0000000011c86ceadf136dc0aff08db8d9a52b406ff6f6137e206578fda74b77 1 0.00/1.00 vMB 0
15,939 15,939 000000004dfa47043dec2a5b711710401a5d962aea31f6f382e75bbe21a644db 1 0.00/1.00 vMB 0
15,938 15,938 00000000dca7b5c875947729018a2c0cc4675c84b043da8e59de51d770541f08 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.76 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: 558.01 GB
    • Received: 7.10 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.