Memory Pool Memory Pool Refreshing

1,317 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,532 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,312 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,531 (99,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,122 808,122 00000000000000000004efe38f5eeeaea9921331283e05f1235c2e77630a6d1e 2.15 MB 6,945 14
808,121 808,121 00000000000000000001baf733aa1b34d068881aec99252600c5aef8677fc445 1.73 MB 4,538 16
808,120 808,120 0000000000000000000151f066bc6d72b2bcdd4aca4d14884dd307e5ac155630 1.81 MB 4,403 18
808,119 808,119 000000000000000000013045b6b7918e48e23fbb2cafe3ad83320e0c6569aee2 2.01 MB 5,939 15
808,118 808,118 00000000000000000001bbd816929c92b618c2adf5ce3b64309230257af71b62 2.03 MB 5,772 16
808,117 808,117 0000000000000000000455818124799b063770c589504f1fb7e7270c05c59ea8 1.66 MB 4,015 15
808,116 808,116 00000000000000000004c56d7ad684c6575edc25374a472287e06e7f9c32c34b 1.76 MB 4,666 17
808,115 808,115 000000000000000000008871e71cf457948c087a705560bf500f325df728ac35 1.41 MB 2,805 23
808,114 808,114 00000000000000000005080b5a51ef2998b8e6a08d5f5f10284e44f786edfcbc 1.58 MB 2,620 17
808,113 808,113 0000000000000000000131ec9e01256bc1415f1ab2a12543f283c54ab6db2ac0 1.83 MB 5,160 16
808,112 808,112 00000000000000000004e33042d478a4d185b7a5c39e388a01e81933ec27c349 2.15 MB 5,912 15
808,111 808,111 000000000000000000043163858e79aa2d3b24854137fd7266554667f4e1ae1d 1.83 MB 5,067 17
808,110 808,110 00000000000000000000a49e1599db9fd7f9d747d4f2995570858b55bd580029 1.69 MB 4,221 17
808,109 808,109 000000000000000000006070cdddf68c03ef6a0ce9e15e23035d44a261e538cf 2.05 MB 6,582 15
808,108 808,108 000000000000000000020f9868d968c1caca26081ec79d9438d42a1aeb170531 1.99 MB 5,929 17
808,107 808,107 00000000000000000002f27867ed83bd0bf63f9c664139ff64b145506d136779 1.73 MB 4,661 19
808,106 808,106 0000000000000000000334e5c1528dbc790eecf5ad5c3d440b58017399d4d7f5 1.91 MB 5,624 16
808,105 808,105 000000000000000000033d9ad3ca0913ee094d8f086a2baa62a8df3905e9f5a6 1.80 MB 4,493 18
808,104 808,104 00000000000000000001db31abcfc7c873d1b4c07042244c60fd28e0790934a5 1.27 MB 1,851 18
808,103 808,103 0000000000000000000175597d38411ebae0fbdaeb39fb9abc4ba734198014cf 2.09 MB 6,360 14
808,102 808,102 00000000000000000004565d53dfd5e5fd859236513aad002371b381430492ca 1.94 MB 5,327 14
Previous 10 blocks ↓
Total Size: 768.66 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,579.46 GB sent, 90.93 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.