Memory Pool Memory Pool Refreshing

7,057 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,094 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,013 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,093 (790,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,846 117,846 000000000000a490d9137dff5b629d4b6113633f012194dd7356e0b5fc32f4c7 0.01 MB 41 855
117,845 117,845 0000000000008485250887df96f13d14bbea85619cc88865c95f1cc9f2b4b365 0.00 MB 5 0
117,844 117,844 00000000000003f070b73e43e75f3427b1e1458a9d9d1baefa6c8e2cae78fc89 0.00 MB 10 0
117,843 117,843 000000000000a93b46bac0435a0fa55cf494a6b00e4e4f5716009fddf4012b00 0.00 MB 7 210
117,842 117,842 00000000000015e8e6c291da01731e8232f4ee1d7a04e2f750c61a8063c1a53f 0.00 MB 9 1,096
117,841 117,841 0000000000006af08df6fe91c17cbfd0ce3fa97087447a0bab99a6203bd6c7aa 0.00 MB 10 0
117,840 117,840 0000000000001f5734dcd31cf1cd5fee7648c8aa55b749696ffe90c98e876324 0.02 MB 34 426
117,839 117,839 0000000000007a9c2068d28a9f1b67c0d2723d7b0b39a1ab909ad8dcef9b32d6 0.00 MB 7 0
117,838 117,838 0000000000005121f95d273cf5c39a5d2873f0407d60558d4dd08a0591dc328f 0.00 MB 9 0
117,837 117,837 00000000000058429a800ca90feb40bd3da10c1f3be7b393dbbc7b280e918432 0.00 MB 5 418
117,836 117,836 00000000000058e2a7119b61635e8c55ed680cafda311e398990e2cb31566b75 0.00 MB 12 1,161
117,835 117,835 0000000000002494043aaeb89c6250307f4e2e8b17a718d6f564b54680ee945d 0.00 MB 11 322
117,834 117,834 00000000000054a6144f1b5aa275438c293a5331fa9e21937e2bff8205a9a71e 0.00 MB 11 352
117,833 117,833 0000000000002cf77b9e859bcf7ebfb043a07ac939b4239743e573cda6ab9860 0.00 MB 13 916
117,832 117,832 0000000000001a8d5442e5148a4b3bdf29056110382b5488788dc0e8d0647e05 0.00 MB 1 0
117,831 117,831 0000000000009d8854fa075ba5c62047e6af5205a76e09370078ebd31e1aaa27 0.00 MB 1 0
117,830 117,830 00000000000048e27a3c4834bdf1ab9ab91f8b0d465862a6c9c9e52968dd0749 0.00 MB 11 0
117,829 117,829 000000000000b31e6ab6aa6ceee048d0c75b0edd260a5403d152d64238bb9116 0.00 MB 3 0
117,828 117,828 0000000000002278c61c68310797716b12ffe584f17cd273fe6b7fd8c6e59c75 0.00 MB 11 947
117,827 117,827 000000000000615841794afc993c104dd76577593e81f2767bb0bcf59af1ed60 0.02 MB 31 778
117,826 117,826 00000000000055f69f33b4e2051cff505e78bbe4b41a73f61dab730c86490161 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.72 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,677.76 GB sent, 96.51 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.