Memory Pool Memory Pool Refreshing

600 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,759 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 583 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (684,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,604 223,604 000000000000016e7f856d0b242e33a0798d343738a0d42243001042350b0997 0.10 MB 174 143
223,603 223,603 00000000000003e7ef518778a6d3cb7f3776429676949879af8f6d967cf55564 0.20 MB 420 163
223,602 223,602 000000000000000f9808f84cbaac68c6c71aabfbe1fa0fe50b4675917f081c39 0.00 MB 9 44
223,601 223,601 00000000000001f1bcf388471ce8cf448e563262126f7498c5dea9ae67dfc44a 0.14 MB 195 136
223,600 223,600 0000000000000066a81399325634312e155dfb7820975e8a35f47af9f822390e 0.24 MB 587 184
223,599 223,599 0000000000000479042c6e3870da26dd5631bc1672071771c4fa4bc9f07dc877 0.01 MB 36 160
223,598 223,598 0000000000000434b4db08e68f3ba93d98a38049693084fc839464a3cb81298d 0.13 MB 279 144
223,597 223,597 00000000000003a40103bce8b694dc6d83716927575b12c07845d2efbca39cf2 0.01 MB 34 229
223,596 223,596 000000000000003376c0b8c9a742faf957c280e222f4adfcff9f41af8ff4eaf4 0.06 MB 117 139
223,595 223,595 00000000000001bbf4956e0d400d0e932cf8db29576e8121edd78b61d6bad148 0.02 MB 49 76
223,594 223,594 00000000000002c6707d454e1348d37dd81e944f3254497ad449c3d28362ff45 0.18 MB 199 89
223,593 223,593 0000000000000167a4428b32a308842f7743f3f5adce885d22e5bb6269092e30 0.25 MB 682 223
223,592 223,592 0000000000000170a2efd0a66ee96099f46f9e96f2c5517d0462babdd033db48 0.13 MB 227 175
223,591 223,591 0000000000000448dab1faca65deb15435d15643d269b6b36dc05354b7ebe929 0.06 MB 108 155
223,590 223,590 000000000000019635219e1f8d3d4cdff35a3be69829562f103bb47d7f9b335e 0.12 MB 236 162
223,589 223,589 000000000000045d57a846140646bc4f5aa597ba3e34ce1d4c4f59d69bbc0893 0.08 MB 180 51
223,588 223,588 000000000000044d6c9188d3a6756ad37e828b606fd3294b205ee3d07a140cb5 0.20 MB 447 169
223,587 223,587 00000000000003781bb331770f181ebc300e4da8dd5c543175933f7af7bdca1f 0.25 MB 571 183
223,586 223,586 0000000000000130f33b70710ef65080d019c7c0b6e23f5a98ae7733564e0dc5 0.27 MB 518 225
223,585 223,585 0000000000000368273827756864b3219f467150ce59f181f2499555576830a4 0.00 MB 8 163
223,584 223,584 00000000000002cddc7a5d548ef25cdfa9fc7040d92a3d3abd95878c242db310 0.05 MB 122 197
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.36 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.