Memory Pool Memory Pool Refreshing

1,022 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
904,343 0000000000000000000268160000000000000000000000000000000000000000 0.34 vMB 1,002 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,342 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,342 904,342 0000000000000000000261d57e9b4b8c8feff7adae494058a292fdaa9bbd8bde ago 0.37 MB 751 2
904,341 904,341 00000000000000000001e5e5196e3a08c5c7d08a382da4a1a7c65b08270e9e93 ago 0.36 MB 565 2
904,340 904,340 0000000000000000000266397857848cd7a855787aa966075821544abc77a442 ago 0.61 MB 887 3
904,339 904,339 0000000000000000000260d31755b93b16007eb7c864c4459c6ff814a44b87a4 ago 0.60 MB 1,531 2
904,338 904,338 00000000000000000001f4a9a2444a36b37c21499d70d0a162aded570bfc729a ago 0.33 MB 776 3
904,337 904,337 0000000000000000000155c211edd02bc20beab06e78177c1b633be709108259 1.60 MB 2,589 2
904,336 904,336 000000000000000000014106b2082b1a18aaf3091e8b337c6fed110db8c56620 1.59 MB 3,154 3
904,335 904,335 000000000000000000007ce0de6df95bbc6e97ed7b9e28133a04716d8045ae7c 2.09 MB 1,986 1
904,334 904,334 00000000000000000001174cf4761d0f7943df9e5667e11d530376b4203fbff5 1.66 MB 3,664 5
904,333 904,333 00000000000000000000f567d13fae4b0696c7d6eede4c54d48a7821d0100d7c 0.45 MB 788 4
904,332 904,332 0000000000000000000096f1ac2884d893608f5594e72cac2fa83a95c4ed5e1b 1.40 MB 3,101 6
904,331 904,331 00000000000000000000fba774f4acec23998e584020ff57764223304558e061 0.99 MB 1,604 3
904,330 904,330 000000000000000000007e3de270dba6aafcbcee6d41534fb1118f3cd429cd60 1.24 MB 2,650 1
904,329 904,329 0000000000000000000049afed8b49d1a2c1a8ae7fb8ee19ece8a1875784f101 1.72 MB 2,726 6
904,328 904,328 00000000000000000001d367c11fa8f4976623e1ea0bdf8101385ac8c5926a61 1.61 MB 3,294 3
904,327 904,327 000000000000000000013ace6c6d5a72ff129095239d9428b095e1992cc6bd29 1.60 MB 3,865 21
904,326 904,326 0000000000000000000204f89a3fa6c0285e90a7e916e53781a9bb4162c7751b 1.60 MB 2,579 1
904,325 904,325 00000000000000000001ae32739aacd1ce68fa59eb66e1d0346ab02a70ee7924 1.51 MB 4,848 10
904,324 904,324 00000000000000000000f061199f6ce74d9c2ea2a2afc6580fe04ebae13e29c1 1.49 MB 3,260 4
904,323 904,323 000000000000000000007674988f47526bae92083fdb4d8e236b9c60d795a5e6 1.62 MB 2,564 1
904,322 904,322 000000000000000000017a5c786e9f634e9a02dde61f0c89746077907977e6e0 1.73 MB 3,636 2
Previous 10 blocks ↓
Total Size: 763.13 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,041.37 GB sent, 61.95 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.