Memory Pool Memory Pool Refreshing

5,449 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,048 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (23,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,057 884,057 00000000000000000000001d0fb4cfe620ee5c73902ab090c27954cc9e4edfb4 1.66 MB 3,536 4
884,056 884,056 0000000000000000000241c804ba788cd052a52914796a9167238d76436217eb 1.55 MB 3,229 5
884,055 884,055 00000000000000000001a90fdbdd2430b3b4d27678c4a82cd2777b1e9634e25d 1.72 MB 2,587 7
884,054 884,054 00000000000000000000a9305d5f83abfc86da27c9524a7ad181b7a75f0827a9 1.79 MB 2,216 2
884,053 884,053 00000000000000000001f4ff3f7df9e32f9823b17773a57838fa247442693c1d 1.91 MB 1,081 1
884,052 884,052 00000000000000000001cbd1917c5a45c6ff1f802302c2f57a70f16554cc2f0d 1.88 MB 1,904 2
884,051 884,051 000000000000000000001b4d9dd27d13e784683e8380e6609081de342accb26a 1.88 MB 847 1
884,050 884,050 0000000000000000000149789bcabbfeb9c35471840243f2a9538c131ca06f2b 1.94 MB 3,045 7
884,049 884,049 00000000000000000001bd1f99eb34d9a8d1f778237529920e057db0c4fb613d 1.51 MB 3,408 3
884,048 884,048 000000000000000000000be4fce8063ce4a5f8ad6617e21019795b9358d4128c 0.64 MB 1,692 2
884,047 884,047 00000000000000000000fa09cf908506946a09931b286e64dd5f96c25bf0841f 0.09 MB 262 2
884,046 884,046 00000000000000000000d29d8d764d2f9ecd33233f1fb32e0d790b4fe45264a8 0.01 MB 35 2
884,045 884,045 00000000000000000000ea4732b0df895014ec0c23d5384ee073a537bfee2413 0.15 MB 312 2
884,044 884,044 00000000000000000000baeacc03019ebf32043ff1163baa131a2dd43f50d7c6 0.39 MB 827 1
884,043 884,043 000000000000000000016c831cb5a72685ac0e42bc03e0f011bc3dcf75c7ad47 0.79 MB 1,327 2
884,042 884,042 0000000000000000000023bcdbc05186eb0ab4c392cbdacf14aca11b62f7a033 0.68 MB 657 1
884,041 884,041 0000000000000000000206df7bdf8e85bc3d01e1f3ccfe1a5a7f9661bb625612 0.34 MB 696 2
884,040 884,040 00000000000000000001ad86ec29b70a86ff52455958e9e2cb2801571a1714db 1.12 MB 1,832 1
884,039 884,039 000000000000000000003376db4e2b1196b5a336e37396d7efbb80ed91c21007 1.92 MB 1,853 1
884,038 884,038 00000000000000000000d59a6c04f50e6e41cdbf001c78df8966f2f4c2c3ca46 2.02 MB 1,219 1
884,037 884,037 0000000000000000000112ff31dffae4e3273cffff9833d6a807e724eb26312b 1.39 MB 2,769 1
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.