Memory Pool Memory Pool Refreshing

9,907 transactions
7.44 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 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
908,189 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,475 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,188 (832,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,547 75,547 00000000005730cb86cfbd11c318c0613ae7ea5043274589ab11c3cfd32b8427 0.00 MB 1 0
75,546 75,546 00000000002e015029e57aea6ee3b90bb49c793ab741e557cc83b13a2a993841 0.00 MB 5 0
75,545 75,545 00000000003dc391baec5099507bec95d8572b4a81cb323f9a0ab8b0b236d288 0.00 MB 2 0
75,544 75,544 00000000002239eea74e60b16b4fc00d7cd80afef10110ae3ff1216c9d2ac958 0.00 MB 1 0
75,543 75,543 00000000002d41e0516449f04fda770037b6db97d639612a6cd249c81f599a33 0.00 MB 5 0
75,542 75,542 00000000001b94d5374dcd8e1256fcaee09bbf68dcd17015e02e791dd386a30b 0.00 MB 3 0
75,541 75,541 00000000000f256f3606169d95d83e75f1f28554fead980982218ba42d5a067c 0.00 MB 1 0
75,540 75,540 0000000000598388b6b95dfa07ecebde6c522f428b4535ae7c70f66dccb4c029 0.00 MB 1 0
75,539 75,539 0000000000090e57026603db20e909c5a067e225884d79eb592b35815bc8cca8 0.00 MB 2 0
75,538 75,538 00000000001c083dca61d21a6fdcd182b6ec8f932baec6a27deec742aadbcfef 0.00 MB 1 0
75,537 75,537 00000000003e9c0f68b9a2867e0050dff516073f274af7f7e31bab9ce1e712b3 0.00 MB 1 0
75,536 75,536 00000000003c798eccc3d1a23d374be6eb1db835177157f93853500208fcf225 0.00 MB 1 0
75,535 75,535 0000000000300aff05a7ba051f145588eed713bf2eaec68270dccf3adb2ae72c 0.00 MB 1 0
75,534 75,534 00000000001df75b88bc973d1c46a1f89d9062fd982f16bf74cfd84335572afd 0.00 MB 3 0
75,533 75,533 00000000004185dbbd40e966809077a9b7663a0592c2edd394152ad70ec91def 0.00 MB 6 0
75,532 75,532 000000000068260838ffa36418502ae747fd3bd5c5001e5406dcdc6214f456fc 0.00 MB 1 0
75,531 75,531 0000000000783fc194dd2fedae6668363c0179a5c1c9be7c36dea54e56811af6 0.00 MB 4 0
75,530 75,530 0000000000216f0f81cf03b6d963446957b5003aa421b125ee4230c0110bf852 0.00 MB 1 0
75,529 75,529 000000000007adf62af73ca112e3074a1f53bb1e508f358ac889af8cd7954cd2 0.00 MB 3 0
75,528 75,528 00000000004884f4373ee4891b31fa71870260d19556f459f9ed65b7c826df70 0.00 MB 1 0
75,527 75,527 00000000005a1fd78059547b9c3ff30ff0d67871930d206b41c28819a64a5bea 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.92 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,681.89 GB sent, 97.43 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.