Memory Pool Memory Pool Refreshing

1,139 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 173 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (709,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,861 197,861 00000000000005c29589b9ce1167e37c4892f63b97d2e44e2579aec5f2a7c46d 0.07 MB 128 277
197,860 197,860 00000000000001d0d04e3dde133dc6999c69ffc1e937de492248daf1535b8c98 0.06 MB 90 113
197,859 197,859 00000000000000f4e6ed29db9e140995064c039a413f62e7bd0afbe46882b681 0.00 MB 11 0
197,858 197,858 0000000000000122cf6368c2952ac08f6e3202e4f7d1136d8d3c7c9b0e20376b 0.14 MB 310 107
197,857 197,857 0000000000000488f8b9f5860963646c097f4bbc14de5f3e426b85f4d2c3691b 0.00 MB 9 64
197,856 197,856 0000000000000247775758d897c8de02cc0ed8e4728e52857affd29919de920f 0.00 MB 18 296
197,855 197,855 00000000000000e0ade01a8d06ff0cb5c6257460f565a79ed74f06bf4abc4cad 0.08 MB 200 230
197,854 197,854 000000000000028d65af0ce7176016153c854f0517eb0156f9d68d3246cb4692 0.08 MB 208 191
197,853 197,853 00000000000004062d8da0dd6f70c02d2861d2704d9afa3a8d4df3428f1461b5 0.00 MB 10 230
197,852 197,852 000000000000046440d4a77c0bad7bd93e7de5dea55ece8c445d724fbb7d2e1c 0.05 MB 102 330
197,851 197,851 00000000000003332aeda236a9bccec36dd9623fb060c64209d58bbb78e74c59 0.07 MB 131 113
197,850 197,850 00000000000005fb45b08230ee63ab898f703a3bb3fea456c26402e45814c9d5 0.03 MB 130 320
197,849 197,849 000000000000004afea63cad423c0b5fba86044e3ccd369662d96ce61b9a70fa 0.03 MB 65 80
197,848 197,848 0000000000000335a8c5fba0667108fd657082e0f1d6b952575d44922240f451 0.17 MB 419 234
197,847 197,847 00000000000005875df6e3e829aaed23618f16c62d224a42aae40bc7abb84609 0.00 MB 10 15
197,846 197,846 000000000000057525edcba197f7f2877e406732a7a265fac02df58a3d53ae95 0.10 MB 256 139
197,845 197,845 000000000000031faac4651a59fe11a656b942c1d74e5e6a61fa3658704d6618 0.01 MB 23 112
197,844 197,844 000000000000057f2ed91460b758ca3e05db868ddf2c3a44db2f40739968b633 0.02 MB 64 41
197,843 197,843 000000000000011232fa18d48351f0494ae0709824b7c5e1c96fe9b43d9efc3f 0.02 MB 43 89
197,842 197,842 00000000000004d6e614d3073d30991697aed1a555ecd94224fa53ad7ecf8fc4 0.00 MB 9 62
197,841 197,841 0000000000000017e762646d4e5d80044b2cc433b87f2184e7734282cf88402c 0.02 MB 53 118
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.