Memory Pool Memory Pool Refreshing

571 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,498 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 554 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,497 (844,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,943 63,943 00000000083a8c1f29498e811a693f2fba25373fcebfdd938b183798ec94d71d 0.00 MB 1 0
63,942 63,942 00000000060a523035221ac0749c87271c0f44e8663b95719aaba69f4b2d6c27 0.00 MB 1 0
63,941 63,941 0000000000c93d79079fb793914c2ea7aad0136284189a4847ae4680b340fd9e 0.00 MB 3 0
63,940 63,940 0000000005a14832389b64751c4f3d9635307d318ea6e512ec037565e950802e 0.00 MB 6 0
63,939 63,939 000000000476f42f844631aebb51e4e88e1e831a6bb57c079f2e2d075662a7e7 0.00 MB 1 0
63,938 63,938 00000000006199fa4673eb02a57f84eb0c7bda101559da34c75e5501b07fd444 0.00 MB 1 0
63,937 63,937 000000000c44c8beaf83c98ba1edad9bfb11830f387e8eae195fa8aa37eee6ae 0.01 MB 9 0
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
Previous 10 blocks ↓
Total Size: 770.63 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,823.70 GB sent, 100.11 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.