Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,440 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 996 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,439 (844,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,936 63,936 000000000b0318493ece32399745767ff3ec864699b94e08987ac30a5c31ee22 0.00 MB 1 0
63,935 63,935 00000000057b8b2301a834c9c30ecd2f41cf15e483a3f53964bb53316131bd3a 0.00 MB 1 0
63,934 63,934 000000000ae973173e19670d40f28fb4d9d5831dddaf1b86abaabd2031433ab8 0.00 MB 1 0
63,933 63,933 000000000ada2c1f13ef6b260034df6499d30024c4afc8ec140bf154f3cc6265 0.00 MB 1 0
63,932 63,932 000000000c83ddf965c883e33fade1d486cc021c53029dfe25a202da518c88a4 0.00 MB 2 0
63,931 63,931 000000000bc19eef7298675d5fb91a8a88ae248201cd0c203cda54bde6658efe 0.00 MB 1 0
63,930 63,930 0000000004b7ef7d6c98b90c79e494d5ee066b649f10d52ef16ce48f9327feb5 0.00 MB 2 0
63,929 63,929 0000000007dc27c1c58cbbe1a28fd34a9adc88bcaba9f22bfeb2c3c174481f99 0.00 MB 1 0
63,928 63,928 0000000005b61cfa21891fae5a906b01cbe6b3b1c9cd06ae9b70a0a07bcb88ac 0.00 MB 1 0
63,927 63,927 0000000001a67b8a1a3fff48ace0837ce47436e70db103df569a5483d00f604f 0.00 MB 1 0
63,926 63,926 000000000285fd49173e194c554fe6617eb6304756dfd2a22b8a65a40a748278 0.00 MB 2 0
63,925 63,925 000000000bfe3fafb65403fa300ab91be03b018387c83ccb36f7b58cba3c7d71 0.00 MB 1 0
63,924 63,924 0000000008817b45eeb3692dbb49c1480708d8ae9a01a7cf9f8bf4bd134b9d4e 0.00 MB 1 0
63,923 63,923 00000000033f216f719c87fa579e5260c0d765b9be13e7d1aa907b30511bc67a 0.00 MB 1 0
63,922 63,922 000000000188af9f7e5cd42e9c769ae978d8738143dad54e69e50165f630552b 0.00 MB 1 0
63,921 63,921 00000000054d896ffc44364d38437b1d816eefe08f9f64b1892da4ebf8451928 0.00 MB 4 0
63,920 63,920 00000000069cb23e5328b455c8983e14f8a1df706ae8beb4d22053bd1ca386af 0.00 MB 1 0
63,919 63,919 0000000006385955526a32b21f8dac51144e2b385d25dccca4928bb2b429d873 0.00 MB 1 0
63,918 63,918 000000000253581425c12794eed07559d38c80ec2a8c9d64061ecaa86e1ab07e 0.00 MB 1 0
63,917 63,917 000000000c63ed55d8b773f2e9c5ffee2cbc557065b82af0e6136a494b856b5b 0.00 MB 2 0
63,916 63,916 00000000048d4ba53eeaf867c920254d6d97f7d31f41fd055ae660234aefafa1 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.52 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,774.51 GB sent, 99.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.