Loading Tool

Explorer IconExplorer

Memory Pool

41,639 transactions
26.49 vMB
0.05588287 BTC
Random Selection Loading Transactions
Max Size: 139.10/200 MB

Candidate Block

Mining Attempt 508d3332b02590ff7c6e986ec930d06934960d30c1040ce2b6e02225a236a996
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root b0d1385ff6d838fc2c8f777ae1798e32d28cadfca7f31dc8dc5985fb8bc83920
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,046
Size: 1.00 vMB
Total Fees: 0.00717166 BTC
Feerates: 150.93 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (96,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,253 818,253 000000000000000000008b1992c800af2ed8736f2b110bfd2b2721618a2c095e 3,208 1.00/1.00 vMB 75
818,252 818,252 00000000000000000003a7f2bd00781d2caa55787f0d1b302f51f1bfef54c321 3,670 1.00/1.00 vMB 77
818,251 818,251 000000000000000000030a4e711a1e8dd3d582fd56b9e2763addc9c7f9eeb12b 3,545 1.00/1.00 vMB 84
818,250 818,250 000000000000000000021d977b498c6a1ae2bc4e009263b9b29ad58f806edb5c 3,684 1.00/1.00 vMB 84
818,249 818,249 00000000000000000000b4a77445de3ab41ade3553501c68c0689a965d0e28dd 1,461 1.00/1.00 vMB 48
818,248 818,248 0000000000000000000204beac59803698690d7bbf3b9bb3be3b899f9509e05d 2,681 1.00/1.00 vMB 82
818,247 818,247 00000000000000000003b2f3235505b072d79ad22a8bb0ac9286e1a48d9c654c 2,502 1.00/1.00 vMB 58
818,246 818,246 00000000000000000000c48a31856bd4cbacd3c202be85a1f876ed9f1c5497b9 3,667 1.00/1.00 vMB 94
818,245 818,245 000000000000000000017e1b83d51752f6249ee1c09d6161235927581d1d29f2 4,307 1.00/1.00 vMB 47
818,244 818,244 0000000000000000000094715406be548dfbca8f75d7a493600b32cc53f0277d 4,519 1.00/1.00 vMB 52
818,243 818,243 000000000000000000017329212a4f266b9c039a4ed8572b34626908287702fa 3,480 1.00/1.00 vMB 76
818,242 818,242 0000000000000000000238852ff111f6b67cd3e05e186695d7cfe11d22f0315e 3,885 1.00/1.00 vMB 62
818,241 818,241 00000000000000000000ac8b5ecda3d7bf1dc3066264205292760d1e40db57fa 4,486 1.00/1.00 vMB 53
818,240 818,240 0000000000000000000103dd113e60691f73d60a1ceb2551306bcd473af31fb8 4,551 1.00/1.00 vMB 57
818,239 818,239 0000000000000000000224d6f72c6725f47ba7292bc0085a1db521336d75151e 3,736 1.00/1.00 vMB 40
818,238 818,238 000000000000000000036203cf7bfbdcd9e94e06d5cf097da27a0524d33239e3 3,942 1.00/1.00 vMB 56
818,237 818,237 000000000000000000042c25067ee2f8ee929a135fa8e4b485bb8e7090940bcf 3,908 1.00/1.00 vMB 72
818,236 818,236 00000000000000000002a55f998d443af45cc71058d982d1f04fcd2804604351 3,860 1.00/1.00 vMB 47
818,235 818,235 000000000000000000003a2879e527f5596e2f40a1e71cb5489217e05c5db20a 3,437 1.00/1.00 vMB 66
818,234 818,234 0000000000000000000000e08adbe3f65aede63ab05e71be4948065ba4c0590b 4,493 1.00/1.00 vMB 55
818,233 818,233 00000000000000000003053e5f2260ba1be283587efcb540ccb3043626be1e46 3,996 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.