Memory Pool Memory Pool Refreshing

1,015 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,667 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,003 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (854,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,499 54,499 00000000121bc51bc9c8372730afe796d313c7fb812664eac9742b2679984a0c 0.00 MB 1 0
54,498 54,498 00000000098c5ab0f4c848da7df3c69acd37fd2db8cccc30d8acbdcd756df1ed 0.00 MB 1 0
54,497 54,497 000000000d58a9322d5ba4ae2c2dc3d9f18dffd8ff715fd73a5c3b79bcfcf80a 0.00 MB 1 0
54,496 54,496 000000000c84b351f67b6ed6ede4dbab68a08eef8233fa56c895b900c287cf43 0.00 MB 1 0
54,495 54,495 0000000008ec8e5a11677471ceab16677cfb9afa7b14d7aaa5f60c1c304a6cab 0.00 MB 1 0
54,494 54,494 00000000133836c6a5df52fe70d62c9fe030406e175505b4a50c60cfa9b53b4e 0.00 MB 9 0
54,493 54,493 000000000bde71bcd5d1ec5645438dc8ae23528325d1e16feb2d9afc67f5d336 0.00 MB 1 0
54,492 54,492 000000000d3d1f97bd4a9e33fceab7d5e25c88bde6ca5e4ee516c0f952997e00 0.00 MB 1 0
54,491 54,491 000000000e6564108b9f7178e250fab800f2976c5bfefdf5cfccc8e59a157029 0.00 MB 4 0
54,490 54,490 0000000012a03fb82fa5b8894cf368fb88d1eeebf266e880ad2f45c06e3a8d1c 0.00 MB 1 0
54,489 54,489 0000000012b516f3f3dd3159d16d2e724970cb97a19bfecf1de94bb5e8d2b8b7 0.00 MB 1 0
54,488 54,488 0000000001d2af1caa5b16fb4bb059dfca2bb83eea757e688b8ba5782f5d6f9b 0.00 MB 1 0
54,487 54,487 0000000001aa73329c2e3feae2e4d32cfd5d96d71d9361eef2645b05c9d5685d 0.00 MB 2 0
54,486 54,486 00000000030533c06f0cf703e8d2e2fb8742b0c33ffd9a5c1ba3443d7cdb40a4 0.00 MB 3 0
54,485 54,485 0000000010b6667e16a85b8d81654447ef0994ec162fc780490cf55ca130d250 0.00 MB 1 0
54,484 54,484 00000000034e0ff6d1b175a3a211d36cc8d0da80a547d579f0636185103eb02b 0.00 MB 1 0
54,483 54,483 000000001239368d4c99f3ab7002bf06d2e817e7a793657a123f63131def3afd 0.00 MB 1 0
54,482 54,482 000000000e915a83c93eb7c459a64f7c60fcfb349f10e002961ef63a2bbbe6bb 0.00 MB 2 0
54,481 54,481 000000000bfbdb5553a1ed2b65e4ca31136639b8cdeb517ad99e18c1a4412786 0.00 MB 1 0
54,480 54,480 00000000117aeba325940856612db0f5472f520c76fa669a5fee359a1c092d3f 0.00 MB 1 0
54,479 54,479 00000000005a6a7def989e3fd3369374a9b81b36c82a8904d2dbf1d6ae183b15 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.31 GB sent, 101.64 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.