Memory Pool Memory Pool Refreshing

8,260 transactions
3.33 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,255 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (108,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,730 799,730 000000000000000000021d629eae59bde9cadc801f22706aefa69ef8681e5da9 1.60 MB 2,366 23
799,729 799,729 000000000000000000007c910eba471b0b314946df01a184ba455deb4d5dd740 1.57 MB 3,119 26
799,728 799,728 00000000000000000004ddc5a6ad12ceebae2e2325bcb6b9266f0d4350f4d2c1 1.27 MB 1,466 9
799,727 799,727 000000000000000000037d05780adc0e6152da37f430a1cd7a9b4b430b33b089 1.01 MB 129 6
799,726 799,726 00000000000000000001b472a68524d3b406829317e0174125a4d5d09db3cd77 1.86 MB 5,038 7
799,725 799,725 00000000000000000000b86c735fa154ca6ebddcc77656002243dbd4b7c3259d 1.64 MB 3,968 13
799,724 799,724 00000000000000000003dcd31de5feaac073d5c7f58a040a951c28c131b6769e 1.85 MB 5,292 8
799,723 799,723 00000000000000000004e841b098e32563f415f7d2f6fc47674f8aeea0534d86 2.06 MB 6,398 8
799,722 799,722 0000000000000000000167480d39fff85dca349d5faaaab891d665f77af73f5d 1.98 MB 5,828 8
799,721 799,721 000000000000000000043ad7d17bbdca3b6d2506284beffba532430d02aad9b9 1.59 MB 3,013 13
799,720 799,720 000000000000000000037b57537718a668d523a25648878393abcae3c2bf8876 1.43 MB 2,592 15
799,719 799,719 00000000000000000002cf4f93e9ed4e51a610d27d0e7e33f001ef858e95e9d3 1.83 MB 3,503 7
799,718 799,718 000000000000000000044f6d4829ca6ac899efbab0c8a90ba19baec87e5ad714 2.07 MB 6,108 7
799,717 799,717 00000000000000000001b61ebab8f01fca1c922d4fb52d8bef9ec14bba10d6de 1.65 MB 3,280 16
799,716 799,716 00000000000000000003bd414563c87a19fd4d9913761847b794fada4a680cc3 1.81 MB 4,448 11
799,715 799,715 0000000000000000000357dc10d1d19554f434b0837eae4207e65ac5a5df26f8 1.98 MB 3,997 9
799,714 799,714 00000000000000000003364d8bdc9ed08c88a7d0847a65ec14eb978690f8dece 1.55 MB 2,457 7
799,713 799,713 00000000000000000000d6cc3c28735e0bd94c89d03016358b5764048a74866f 1.36 MB 1,700 15
799,712 799,712 000000000000000000044a2a87176522bcd1c385bbe8caef7aa3a301fdb39072 1.51 MB 3,028 30
799,711 799,711 0000000000000000000417117b9b90a0e33dae22ece5c0fabe62f201efb373b4 1.27 MB 1,922 24
799,710 799,710 000000000000000000021c3b5b1f8be4a378affc904487ce378d4f0743b9690b 1.95 MB 4,952 8
Previous 10 blocks ↓
Total Size: 769.04 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,627.09 GB sent, 93.10 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.