Memory Pool Memory Pool Refreshing

12,167 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,066 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (570,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,817 336,817 000000000000000000a5f1f2c49903173ff4f0e4c7528837b9c286369c550b10 0.00 MB 1 0
336,816 336,816 000000000000000014b0478b799884af94bf32f54078ffdb4403f49e4341b43e 0.75 MB 1,202 25
336,815 336,815 000000000000000013ee44d62c20c07fac1d853263ceeb68c1b9d40a010d18a7 0.33 MB 699 28
336,814 336,814 000000000000000003d1fd0f07fa33b4a59af79c4381fb5da8f5aa023f05ad7b 0.04 MB 55 16
336,813 336,813 0000000000000000008c37a0c26f5ddae454a18450476c21c9cdc05916409610 0.29 MB 527 27
336,812 336,812 00000000000000000cf511c11d34acd148f9dfc7b584a15974eff075550a3f5c 0.34 MB 588 26
336,811 336,811 0000000000000000170e56a61a0e078c3241cf196b4cb1db9e4440fc4fb05e1b 0.11 MB 152 12
336,810 336,810 000000000000000010af16aaccdd0559821f910eacf85e8fd1392b6911e0ca6b 0.21 MB 499 29
336,809 336,809 00000000000000001965c568bb1bc229bb69ade8a0382f1eea2e32f4dd8d1e62 0.25 MB 458 28
336,808 336,808 00000000000000001563a05a03e0afe9a10ce9b20730de2894b2fe5b7987b105 0.72 MB 1,607 30
336,807 336,807 000000000000000018a8461779e90f3c54e5d49891fd539a3f038e356782b193 0.26 MB 334 20
336,806 336,806 0000000000000000134f197b9d7e204ed990b9840c2a7d3b1b60fd9f73955887 0.07 MB 76 10
336,805 336,805 00000000000000001137f5fa5c06261a2162438d368df066512f65f927f50081 0.52 MB 411 17
336,804 336,804 00000000000000001966964174f4d238b664549f090a9261936e6ae2d3f07d34 0.21 MB 420 33
336,803 336,803 000000000000000004497550dc83c562bbef48270cc865205b6f1557a387bc6a 0.22 MB 353 30
336,802 336,802 000000000000000009dcb0195dfcc0bcba908dacb8360efcd171907ff33c309e 0.10 MB 171 19
336,801 336,801 0000000000000000028dc2d21b8efef8c4e09b85c821898394dce90880a6f65e 0.15 MB 355 29
336,800 336,800 000000000000000004ab103bdd109045988a022cff3b9ed2ff288234e3f218d1 0.08 MB 94 16
336,799 336,799 0000000000000000046956544472f8e228afc20075f496b551c883076584b62a 0.10 MB 118 15
336,798 336,798 000000000000000012f621faf56d724ca62980d1288a830f384aadf59d5e5f52 0.66 MB 1,183 27
336,797 336,797 00000000000000000a9551c3e893294b1dfd3b84415ce86b949f36168689b3ad 0.02 MB 38 15
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,626.87 GB sent, 93.09 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.