Memory Pool Memory Pool Refreshing

2,695 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
901,376 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 1,648 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,375 (569,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
331,579 331,579 000000000000000015d777aec0340a677f87afaa07d8d274621977b83c9cb0c4 0.77 MB 1,035 22
331,578 331,578 00000000000000000e89d3380751396742ad58984d5f5306546c000ed98a5622 1.00 MB 1,482 21
331,577 331,577 000000000000000013ed0a4857884b2a2ab23b56f2bb19bb7dbf8ab06d973416 0.03 MB 16 21
331,576 331,576 00000000000000000a91583a0ebe8435f44e6e722d08c25bb5416f711dd567c4 0.26 MB 694 39
331,575 331,575 00000000000000000e346a0d062a2f17b88a69eca38bdacb623e2218b3459673 0.39 MB 645 22
331,574 331,574 0000000000000000118fabaf38af71674c61a69be7701c66d70472773457f562 0.42 MB 718 20
331,573 331,573 00000000000000001a6e82274e652547618c6b46cebe1330f5f108fa76c47bad 0.50 MB 1,008 25
331,572 331,572 00000000000000001611c2facde3c5d623411fe06ed3fbaa46f1e67c53504fe7 0.19 MB 268 18
331,571 331,571 00000000000000000ada48b447d58e6599e0a39314f6b6bb0da7abe81f5ad181 0.53 MB 831 22
331,570 331,570 0000000000000000059a17ff2190250aa0494b93298ad7eabf94dbadf41b3898 0.16 MB 314 29
331,569 331,569 00000000000000000a3b6fa60a89f4a2cbf74b12a8f740309a9e75e91ebd329a 0.61 MB 705 18
331,568 331,568 00000000000000001841eed903b8bb84b4aadd33b011782e42f39fc96c77cbd8 0.75 MB 1,742 31
331,567 331,567 0000000000000000011e77b20aeac6d7ac07397f852c4f2f538f24abe6efd107 0.05 MB 86 9
331,566 331,566 0000000000000000193f8d1b49763c76437de80c54c5b33672e5980e6f3a3718 0.37 MB 385 13
331,565 331,565 0000000000000000197a2632ecb2ec94846b80a56e1ac821a9456ed1e821a787 0.75 MB 1,129 26
331,564 331,564 00000000000000000e7a306d0c2538b49136e9897b115309c85d9c04391cba6d 0.75 MB 1,316 25
331,563 331,563 00000000000000000f87fc1112b361ac5809256cd6fda5b39166006dc9ff6db3 0.75 MB 2,101 35
331,562 331,562 000000000000000007b60a5e9209add8e2330640abbbe76d692d427e759cefd1 0.21 MB 384 25
331,561 331,561 0000000000000000191c7b2e5e678d3f1ac82b496ba0fa59be3e746f0f672340 0.47 MB 1,045 30
331,560 331,560 000000000000000010fcaf4f025b26dce1777aef849eabf329ec2b5adf77b396 0.10 MB 64 7
331,559 331,559 000000000000000017c23199256fc30c8b8e50f7ba7f6bb26998781d462ffeef 0.30 MB 463 27
Previous 10 blocks ↓
Total Size: 758.14 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: 718.28 GB sent, 37.57 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.