Memory Pool Memory Pool Refreshing

98 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 98 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (34,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,198 873,198 000000000000000000007b48042479e4f07ce2d6ae9a79c2a3ef5223dc78dd5c 1.42 MB 2,915 5
873,197 873,197 00000000000000000000086c33acac7437b8ce3673ddc3b871985e71ac27b841 1.64 MB 4,274 7
873,196 873,196 0000000000000000000065bed7ddbe72463c8b7540af1dec35b4def0e60caa16 1.72 MB 3,572 7
873,195 873,195 00000000000000000001a75180bbf80af5c55ad85aaa7a258fbd3af455debe5a 1.85 MB 3,991 3
873,194 873,194 00000000000000000001d891c7e207865f95919a3ab88abe817e47bbc4c1acbe 1.58 MB 2,486 5
873,193 873,193 000000000000000000029c349d2a65e2b475693b45b7eebbba91a23edb9f87e0 1.56 MB 3,355 6
873,192 873,192 00000000000000000000aca93176cb759281f81115273e8f746814505a457a0a 1.62 MB 3,595 9
873,191 873,191 000000000000000000013f4e5fe46baeaf4695d668ef5456286f4f778c17a921 1.44 MB 2,896 6
873,190 873,190 000000000000000000015dfeefcf05c1b91d151f5c955ff75b8be4e3f9936a02 1.62 MB 3,979 9
873,189 873,189 000000000000000000027cf0460bf6089ee004f8b567d80aade0c31128595e75 1.69 MB 3,514 11
873,188 873,188 00000000000000000001536bb5cb3267e8b9e6b79084a7c43caa95933ee38e88 1.81 MB 4,498 3
873,187 873,187 0000000000000000000116fac135732c08a2c7ab0270aca65b948f31edf92b01 1.54 MB 3,872 6
873,186 873,186 0000000000000000000001e7826f97c1e978e000b389904e749888a02435bebe 1.62 MB 3,693 4
873,185 873,185 00000000000000000000730e3572630056892718cc2c68f81656e32edad12082 1.64 MB 3,915 7
873,184 873,184 00000000000000000001f256826ad3b430b178cc707394e55f5dc02eced6fa27 1.64 MB 3,541 6
873,183 873,183 000000000000000000024d16d3a9e19be64a2e9e89e94244b64147efe967938a 1.88 MB 4,739 3
873,182 873,182 0000000000000000000070c97c3565fa968b4c8ccd8185ee23f682abd6047b50 1.99 MB 5,173 4
873,181 873,181 00000000000000000002126bbf277be0200fcd5e9ed79d1656f966467bba3bad 1.76 MB 2,712 3
873,180 873,180 00000000000000000001a5dd7475325248d9c5660aafbc3953e5033ea73b5dd7 1.83 MB 2,596 5
873,179 873,179 0000000000000000000284f3b492cebf36883121177c21669c7a4bc2c1957b28 1.45 MB 2,059 5
873,178 873,178 00000000000000000001b5677e3cf03d8a783f912f977ef40e6b88f750c72caa 1.63 MB 3,236 7
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.