Memory Pool Memory Pool Refreshing

5,163 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,064 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,078 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,063 (823,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,700 84,700 00000000001d3cbd32d0da9c535d01e34fc58df407fbbd2f769e7c3db00f985b 0.00 MB 1 0
84,699 84,699 000000000002e1cd29c2be88044f158b36297ada134dc0b1f90bcd6a65189ea0 0.00 MB 2 0
84,698 84,698 000000000010624b14043ce63f001df55ea0c214d94b72313984abaac59966de 0.00 MB 3 0
84,697 84,697 00000000002f81f4a3b8961617336691de19b265894faef38c67d69b8f13a3c4 0.00 MB 2 0
84,696 84,696 00000000001a3dcfad42a47297d0f8680cce3028f9deabc3d7537ad1e707afb4 0.00 MB 1 0
84,695 84,695 00000000001426f2f1bdcde26478d8caec321d699c83236fa9c88d90ba8a2eb1 0.00 MB 5 0
84,694 84,694 00000000001504575e89f29774311c6fc182ec223cf209359426718e9b0be6d0 0.00 MB 1 0
84,693 84,693 0000000000160adcdf5a10850ba531518e8fd76908a25b5ddada54eeb630f841 0.00 MB 1 0
84,692 84,692 00000000002d55b3d9b354ae1281f811f02cf2223ad7f32581871e9067441a87 0.00 MB 5 0
84,691 84,691 00000000002af3c153be666b4e3b24ea2be6fecac1182094691b4c95f4898f3b 0.00 MB 8 0
84,690 84,690 00000000001bae517251dfd1cbdd929fe27958b038355400231726f4ab8669be 0.00 MB 4 0
84,689 84,689 000000000013d402a0d6b7882b483a31c5c13431cbc283c97b5db8a034b67727 0.00 MB 1 0
84,688 84,688 000000000023fbcb0d39410b97061f25a9833e6ea545012deb88fc2d2e039d81 0.00 MB 9 0
84,687 84,687 00000000002335956c048bbf2225ff9377d3e86a283980e7c206c198051adf7b 0.00 MB 1 0
84,686 84,686 000000000005d928ea4271785bd9b829838c12bb5d8f6f87faecbc4bf7358596 0.00 MB 1 0
84,685 84,685 000000000029695efec1be9f8473ac4fe455150eb335cea7e0e46908a5734fc4 0.00 MB 2 0
84,684 84,684 00000000000ea848d4e051a8658a7f0fec7c57033552130c22eccd6b814a81da 0.00 MB 1 0
84,683 84,683 000000000028cd3c471f8ffe8ec6f8485818d78b5c91d11117b7541bc1e0d341 0.00 MB 2 0
84,682 84,682 000000000022d432d9b799ccd7706355aa3cd9f79c51d197eb9fb6a16b4e6591 0.00 MB 3 0
84,681 84,681 0000000000019c2206986fe2898d372f3dc85844f934829f5d36da115db7f17e 0.00 MB 1 0
84,680 84,680 00000000000972ca4bbfa49b905d8748c3aaf3ee9d88a20b596ca6efc166bb27 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.66 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,654.28 GB sent, 96.18 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.