Loading Tool

Explorer IconExplorer

Memory Pool

33,897 transactions
7.35 vMB
0.07854510 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.47/200 MB

Candidate Block

Mining Attempt de0348bcbaad63262bf079d00fc8e2a070ff8399d90523239a90d7c9cbe6c64b
Version 20000000
Previous Block 00000000000000000001387b7db22ef5942ea836c78c90b6b7c397990a85c891
Merkle Root ab6a9e444e3180e9c99e2e774f146fd89a579ee5d18067b44a8f583a6fef71d6
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,758
Size: 1.00 vMB
Total Fees: 0.04829155 BTC
Avg Feerate: 3.62 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,911 (647,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
265,659 265,659 000000000000000272fa0759c258d829609f00f0faef0d9ddd85dde3cbbada79 0.16 MB 225 54
265,658 265,658 0000000000000009c648ac052436653e4d558cd68e2058864ea4710fbd66506b 0.14 MB 328 76
265,657 265,657 00000000000000077991d77cd38b5d71301899cd0d5148617813d85735c08832 0.22 MB 448 89
265,656 265,656 0000000000000006334ac73c7c3675c97d35ccab93ef194be278ed37f47ac856 0.08 MB 188 41
265,655 265,655 000000000000000b2e2451786fe40f569713d3d168b6c89991f619271938c359 0.19 MB 135 33
265,654 265,654 0000000000000008eb24e8bb627b6c7bdaa329666ff3a359bb264ec758a97e36 0.25 MB 610 106
265,653 265,653 00000000000000068d591f136d6de88a7eac2def1fc968c4750d73c7aafd3cb2 0.13 MB 183 44
265,652 265,652 0000000000000003adaa25c1c161aa8ded40766da3bf54de5683c229567c17ed 0.25 MB 533 94
265,651 265,651 000000000000000b97075b9dd392dbf4e5aedf5e774a4dcc6844eced60f1ef87 0.23 MB 438 90
265,650 265,650 00000000000000052a85373da7033846f4f9be47e4642dae93565bb763d4dfd3 0.37 MB 272 47
265,649 265,649 0000000000000001ffff2fa3294d81df73465fba7b9b7454e445478231369f05 0.24 MB 407 28
265,648 265,648 0000000000000002ff977a01b142b0aa36107a7be98513dfbc2cce878d7f8f11 0.50 MB 802 71
265,647 265,647 0000000000000001e92d40f24abb8ab20101ec3bafdf796522419500b69020db 0.16 MB 309 92
265,646 265,646 000000000000000bf36f7cca08377daab3c6e8f8a527837a7fdbeca663df6203 0.15 MB 249 55
265,645 265,645 000000000000000521a849a320477fbd40a540dc8aa87a57de5d5bc0a6ea4a5d 0.03 MB 55 78
265,644 265,644 000000000000000a14da313e33fe2012b95c82ae03c58739888a440a845642f3 0.04 MB 81 57
265,643 265,643 00000000000000017f6e2742bef4774beb52ce51bc006e530fcf1313ddea053c 0.07 MB 199 93
265,642 265,642 000000000000000430f71973462984d7149b8a2bbbbe81028ad1191b0238d119 0.15 MB 209 76
265,641 265,641 00000000000000055381ca9cf573b9d5ccf66b15b4171b79a29f5e81b68d78ca 0.03 MB 58 17
265,640 265,640 0000000000000005ac9e9292a6d677f18efef1303afe1bb02a84355b19c0c023 0.06 MB 133 50
265,639 265,639 000000000000000145357717a9dae5adacef9bac0bc9c03c9d1faac18c04409f 0.10 MB 178 48
Previous 10 blocks ↓
Total Size: 778.69 GB

Node Details:

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