Memory Pool Memory Pool Refreshing

9,250 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,399 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (636,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,405 271,405 00000000000000049fb26441ef471e697d8417365f6e10de61fecd59af7baf5b 0.12 MB 178 22
271,404 271,404 0000000000000001a952ea839b346c12220b6043e07177a6b752f72ff133cd98 0.25 MB 672 95
271,403 271,403 0000000000000001615c3936f6182a34a59835af1fd9e4f8012c862b5912769c 0.04 MB 29 36
271,402 271,402 0000000000000000c19c3c50fb38f6861f634d7edec60b25d4d0b24802939dd3 0.12 MB 106 60
271,401 271,401 00000000000000057cabf5c78abe41effa5862348da4bec7698d0dfd1dfd6573 0.41 MB 854 87
271,400 271,400 0000000000000002a60e7b188ca2f76d91089deee1abd745e7a1fc3c4c7b385e 0.25 MB 564 82
271,399 271,399 0000000000000004120c3c6347f507e16dc0b1107f204c40734652551cfebc5b 0.02 MB 45 47
271,398 271,398 00000000000000056fb09339144aae7ae79e76b810fba0cc7ab9ff38cb4ec3b3 0.04 MB 82 55
271,397 271,397 000000000000000598068fb48a94770cc81387bee0597060b626ae9bcd90b4ef 0.23 MB 522 72
271,396 271,396 00000000000000051c60c75187840b2e5c8076da9cfdb8c502a65c38ae862689 0.03 MB 57 83
271,395 271,395 00000000000000064696fea70edb3997a9e91dbd6669ef2197eea78cec527298 0.10 MB 226 51
271,394 271,394 0000000000000006244291985892284409bcc685f0650021bdcf0678280dc14b 0.04 MB 95 43
271,393 271,393 00000000000000052cdef1602467dc0bf8104c79d72f23493b1bcdca4e7d9eab 0.06 MB 96 32
271,392 271,392 00000000000000064a9c76147c3bb3ce6d2febeef2b70c59962cdfed8bef3b8e 0.05 MB 118 61
271,391 271,391 00000000000000004b42e09036859825fa69969d750cb8aba6697786e818454e 0.05 MB 96 45
271,390 271,390 0000000000000004d2fff423260df75a90aff9449660a07d28ed2608d09386f6 0.08 MB 175 38
271,389 271,389 0000000000000001e7601bb93bddd92f33d6c2961e39252e16f6036999be92f9 0.21 MB 472 48
271,388 271,388 0000000000000004d6695c52b700f837eb3a70e29af0668a692a26d60cb0bbf0 0.08 MB 185 47
271,387 271,387 0000000000000003ea4c9ef3afc60858299e203105060575912c168b28b54194 0.04 MB 88 48
271,386 271,386 000000000000000132baa66ab1d9c91f8a25acab553bf528e1935490e3c5e539 0.11 MB 225 50
271,385 271,385 0000000000000000cfa4fff4ca0403e681266a2df7d77f4ec57fb633e12dfbd5 0.13 MB 230 45
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,621.08 GB sent, 92.89 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.