Memory Pool Memory Pool Refreshing

5,137 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,822 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (104,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,694 803,694 00000000000000000000d2a66d625e78787acd69fb5134321e5c52f83014a1c8 1.91 MB 5,162 16
803,693 803,693 0000000000000000000055faa7eab9f39d7d0adb6b77cd86d6702c6d578014cf 1.89 MB 4,002 7
803,692 803,692 000000000000000000038971ff880a8d741038173ba5669b98f153fae9d8b396 1.41 MB 695 9
803,691 803,691 00000000000000000003b0a994dc7793ba7e74a860cc151ae905efcf6caa164f 1.50 MB 3,263 19
803,690 803,690 000000000000000000045b1e89189f444f75d90016c4c7c1606f88a48290b22d 1.64 MB 2,384 11
803,689 803,689 00000000000000000002c45848e5469871af3553e156e00235faae4603bd5384 1.21 MB 1,355 18
803,688 803,688 00000000000000000001d92fae862daf5f1317831564b665ae75f2d8b68d392e 1.22 MB 1,310 21
803,687 803,687 00000000000000000003db1719e6611289481f7d7a6d349a2622dcd8ea17e70d 1.70 MB 2,985 16
803,686 803,686 000000000000000000000ea6b8806bfe084cb4315b8d76c2e322f73ee09decde 1.56 MB 2,971 23
803,685 803,685 000000000000000000050821550e66bc2f387af6616caf9732957c260c08a8ae 1.81 MB 5,199 11
803,684 803,684 00000000000000000001dd140d9b3306b7006f18495123bc00228a6c1455689f 1.82 MB 4,070 11
803,683 803,683 000000000000000000039ca9cd21ef6a633bfaed35e7f9abb5aee011b0e64018 1.55 MB 2,831 20
803,682 803,682 000000000000000000020a8c205fa72bfe1833ea9cea63af4aa15ceb7c54355b 1.71 MB 4,098 12
803,681 803,681 000000000000000000031d765a56dbcf82094e6bc9b432ca3d1a1479d4a106e2 1.76 MB 3,951 13
803,680 803,680 00000000000000000004e0c74c1fd4c48efe762c00beb8cccbb25450d7036aad 2.12 MB 6,822 6
803,679 803,679 000000000000000000000e889ed90e61beada4160dfe7ad962bbb2f65b813ff2 1.80 MB 2,979 8
803,678 803,678 000000000000000000012ffa8731ae5ac5784673a5deae61408ce1a3011a51f8 1.47 MB 1,962 11
803,677 803,677 000000000000000000030f670f69010153b3e8a0b10d3e2b63f17d4550df3a82 1.62 MB 2,777 12
803,676 803,676 00000000000000000004a2314f777b07afc77cf4f19c31f63f7df380badacfa1 1.57 MB 3,570 16
803,675 803,675 00000000000000000002fb4564a7a22d549fa8b55af0cc49ebbfd0d18c414ffc 1.41 MB 2,467 16
803,674 803,674 00000000000000000002dd6b2ee2b5e156ffcf65c6c315aeeb76a39043277d86 1.80 MB 2,892 18
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.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.