Memory Pool Memory Pool Refreshing

10,737 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,067 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (37,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,403 870,403 000000000000000000020b3f24110fd1947960371adb71a33248601d4eae9ab7 1.60 MB 3,633 8
870,402 870,402 00000000000000000001a1e97a3f47aa98d1fdf5429d39f3e74e628d5767eef0 1.62 MB 3,895 13
870,401 870,401 0000000000000000000062ba924c04a1a33fc027e446195040cc0ed275208889 1.65 MB 4,271 15
870,400 870,400 000000000000000000015ef465a9b64c2fabab74d4754044b68ff73ebdda4af8 1.63 MB 3,823 8
870,399 870,399 00000000000000000000be1015f8edbc827cee38268a997f104f68c276dfbe8e 1.59 MB 3,976 26
870,398 870,398 00000000000000000002b0adc81648a7c17cb90f1ba45fb9e55b20df7cdad6f2 1.59 MB 2,468 6
870,397 870,397 0000000000000000000011841160a5f0e2b2fe78188e41eb1059d090dc69a441 1.59 MB 2,870 5
870,396 870,396 0000000000000000000029ca2dfe7d68dd3c54a4721372f13e8933ed4d720e36 1.81 MB 2,708 4
870,395 870,395 0000000000000000000065603afe32aadd854464adb8b3278781be76c4acb11f 1.71 MB 3,239 6
870,394 870,394 000000000000000000019e036a25cb5034e7592691f7b90de7d0c14f997af870 1.71 MB 4,125 5
870,393 870,393 000000000000000000024d86852bee5fde28f0249eb876d65fba49e39f5c7d29 1.56 MB 4,163 15
870,392 870,392 00000000000000000002b2eb369788f2aed7f48ef88a04a68666648a9442aaa6 1.86 MB 2,644 4
870,391 870,391 00000000000000000000913aa779b26e10baefa10b59f3698f16e05797e30de5 1.64 MB 4,057 6
870,390 870,390 0000000000000000000176817f62b018c60b6ed8357ac2501d4267fe5517bcba 1.63 MB 4,917 9
870,389 870,389 00000000000000000000db7abe4ff11652c76fa978af6df2393cb7e3d0c63a8b 1.64 MB 5,336 11
870,388 870,388 00000000000000000002b48b84bbe75b87e330011bfcbae96b7f589d0f960697 1.56 MB 4,599 15
870,387 870,387 000000000000000000025ec4d8b3c14c5fbe1664426667f9321e7fc36d9a458f 1.69 MB 4,509 8
870,386 870,386 00000000000000000000464953445428b0c6600adeb00fc1f4ee5adef33336bf 1.67 MB 3,749 4
870,385 870,385 00000000000000000001378b9cc781dd6a1d347f66fd2bd84123e0c27a903ed4 1.69 MB 3,576 14
870,384 870,384 000000000000000000001431726a1b3c2db58d4622dd5024d6ff8774c0ce25af 1.90 MB 3,237 4
870,383 870,383 00000000000000000001aff83005a7a38cf8cf474976959920b5d99adc55bab3 1.83 MB 3,960 7
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.