Loading Tool

Explorer IconExplorer

Memory Pool

27,266 transactions
13.69 vMB
0.13765021 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.82/200 MB

Candidate Block

Mining Attempt fd18dfa11b75072f84447e6d95844bdadc5b97bba24f45d925c9f8700e98beb9
Version 20000000
Previous Block 00000000000000000000282cfa1c1336a9ecffd7bdef4743cc1d073745e85651
Merkle Root d26a8fae76eeace2c78bbacf8c5c768bf709e124b54650d2a721cd90f239640f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.08621479 BTC
Median Feerate: 3.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,313 (717,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,311 196,311 000000000000067cbc76e364c95d05ad330ea64df444b0498406d69d818ac2cc 78 0.04 vMB 107
196,310 196,310 0000000000000629f2d770744fc2dc38b35b2112c6747d6f5abb5f23037714a4 24 0.01 vMB 1,152
196,309 196,309 00000000000003e0e31d766429cd1acce924309fdbc14f59d577d7ca3e3e2d19 84 0.04 vMB 798
196,308 196,308 00000000000004d34d483e4e5edad40b057fe907326c67e2bd1cb7814e9cbcfb 220 0.10 vMB 118
196,307 196,307 00000000000004ef09220428ed7ede94b97292f42e196ad6c0a7150c6b317887 140 0.05 vMB 1,337
196,306 196,306 00000000000005d89532151a3cf46e8cef88b9aa64a6e1401b4fecc5a1e23336 570 0.22 vMB 140
196,305 196,305 00000000000004a92884d15cd933453e988216f469a543527eece7c0876915c8 117 0.03 vMB 45
196,304 196,304 00000000000003b4ecffddc05837a6e3fd720416434dd41b91bf63054d25a540 245 0.11 vMB 122
196,303 196,303 00000000000000ec892e1a4718ecd29b3b8777cdc0c91da479e3f7213405831e 12 0.01 vMB 114
196,302 196,302 00000000000001783e4a678ed50012907097420bb18592a523dcce5c08b0c99e 153 0.07 vMB 108
196,301 196,301 000000000000069fdc882e5c26681c99e8c709d372964068e090851c347c0795 104 0.04 vMB 74
196,300 196,300 000000000000019d8d9cd0a63db8c77d129bb628012e0c5a3602d2af5f82610f 399 0.15 vMB 132
196,299 196,299 00000000000004b186081eda673c8a2c6c4e74845f89d8195ff91a37700a353a 9 0.00 vMB 98
196,298 196,298 00000000000006d7b9d229f6438492ee70d121c8d29f154d961f9d2b4c8db6d0 199 0.10 vMB 118
196,297 196,297 00000000000006bfa8a166a2f234f1972c0eb52f53647f4f12725708eed2f26b 90 0.03 vMB 125
196,296 196,296 00000000000005dda9bf7b6c71281b63a0cb79b719892bce3592afc066f045d1 140 0.05 vMB 155
196,295 196,295 00000000000005c83ea6725a91a176c2a95ff457502dfd82595345121510b270 432 0.16 vMB 258
196,294 196,294 00000000000002173c899ea7550d61d23eaf1db3edc33f6474b1dc2473b59d16 366 0.18 vMB 113
196,293 196,293 00000000000004a598cba2824077fcd7dc65419b1f438a24df200df0084f5164 190 0.07 vMB 98
196,292 196,292 00000000000005eb4cac274ccf3e1aab0f40d3143a03e7c640ab99b53e9f0b55 162 0.08 vMB 230
196,291 196,291 0000000000000280026b80057fa7b8dff5b42ef359def667025a76b3b6c37100 445 0.20 vMB 238
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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