Memory Pool Memory Pool Refreshing

4,184 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,614 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (610,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,887 296,887 00000000000000001256763e373f20dd3828a3422875b3a5b859ceffd77ce6a2 0.10 MB 232 118
296,886 296,886 0000000000000000024377efded94aee56fb89da0e82359ed591bf1ef64132e9 0.38 MB 723 30
296,885 296,885 00000000000000004138b90eb280d5f53b297833432d0eb2d513fa9a51237362 0.07 MB 79 19
296,884 296,884 00000000000000004c8b7d694c9a74a10c00fe0df6306c7fbdca39345e52c170 0.05 MB 128 114
296,883 296,883 000000000000000044b958854efb7cb4ff0931cc537b1e7a7a9168be066d663e 0.25 MB 443 35
296,882 296,882 000000000000000007123814bccf4323e5a027d95eaf5473ad3d926639d50de4 0.15 MB 213 31
296,881 296,881 00000000000000000e0617798c83c0c1a489d50587717ea151d8b2750491fdc5 0.04 MB 79 28
296,880 296,880 000000000000000066691a1878ce3a11203c346a82a337f458ffd065d2c342f2 0.01 MB 23 28
296,879 296,879 000000000000000044b4c5453e708fba44afed5af4a942fcb54bc19b497c26f9 0.13 MB 128 21
296,878 296,878 00000000000000002b6e6ba560e69b028d3c02a66fdd1e1cfa45078057a092ad 0.35 MB 369 22
296,877 296,877 0000000000000000033861a64b651b0dcc90fc4749982aa667020d16ed461a56 0.24 MB 512 39
296,876 296,876 00000000000000007039d14152dc3465ac275e93d9b216a63cdaa2a80331430e 0.01 MB 26 34
296,875 296,875 000000000000000011ee2f4f5b9b20f0371010dbf254e117f821c824e6797979 0.11 MB 213 35
296,874 296,874 00000000000000007a895c9bde16c98f17dddd1d8c3d216e770f047f17a24859 0.11 MB 249 39
296,873 296,873 00000000000000004f5766bff2a499ea35c5ab4f0fe88cb52670922badabb85d 0.09 MB 194 42
296,872 296,872 000000000000000054f8865dcaf8509b1080af04bb8c4a75c4e54b69ec613b8f 0.02 MB 49 33
296,871 296,871 00000000000000007ca5fe3800eb6ee5277a3f9783b81474d7c6a5e375192ac7 0.21 MB 337 33
296,870 296,870 000000000000000094d0e7122f7f3a54fb59712ced488e45f2034bb7083c8579 0.14 MB 221 29
296,869 296,869 00000000000000001a003b38c0be531344460a5ddae88adbef4b06c487f31289 0.14 MB 101 21
296,868 296,868 00000000000000003d22fda79e020292ccf6ae5e9a05676013e88ba700a28e98 0.11 MB 256 41
296,867 296,867 00000000000000004f3daf8ed5829e26efb749c9e287aae89aba7087df35d662 0.21 MB 349 39
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.69 GB sent, 93.45 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.