Memory Pool Memory Pool Refreshing

1,646 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,915 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,629 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (6,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,298 901,298 00000000000000000000fa2d204f5c81fc2164b4006576f9581fad3c6c6c94db 1.28 MB 2,052 3
901,297 901,297 00000000000000000000c55cded470c1ff8e155ba83d8f95f2272d0e5bd49729 1.23 MB 1,469 2
901,296 901,296 00000000000000000002205f56c2940778eec459dab1eec961ae710b3b0ebe50 0.80 MB 1,788 2
901,295 901,295 000000000000000000013662c2d8f1bce687ba95c12b962ad7baf22de6db51be 0.74 MB 950 2
901,294 901,294 00000000000000000000f097b90800a2d07906de8c8974f2fc724ed11cd0b9c4 0.02 MB 64 3
901,293 901,293 000000000000000000009d49e5e523c61958c5f598c6a5c5685de8e1fa72e26d 0.59 MB 1,013 1
901,292 901,292 00000000000000000001b96254ccb1b36f5003dc185f21ce84a80a1dfc76c295 1.55 MB 1,974 1
901,291 901,291 000000000000000000016c66379d0f30d54cc3cffafe162aae18cd404afe91ad 1.56 MB 3,719 4
901,290 901,290 000000000000000000017bfe2b1382b2e3bfdf00cd3a4473dfc6a07aad05f8ca 1.10 MB 1,658 2
901,289 901,289 00000000000000000001a10e5aa83fa48a0ef2474bfdd73e3d198ff924eadd8b 0.28 MB 561 2
901,288 901,288 000000000000000000020c74c0b0d3f116c5ff14059e52c22dba2f32f9a9de99 0.45 MB 698 1
901,287 901,287 00000000000000000001e83efb84e7456e2528f1f8485f767422db0267478621 1.01 MB 2,068 2
901,286 901,286 0000000000000000000137d69e30c8840d06a8d9fa43c12a54a820fa568765ee 0.34 MB 610 2
901,285 901,285 0000000000000000000214836f40a59af62377fd616e2760fab941466f382c5a 0.57 MB 799 2
901,284 901,284 000000000000000000007fcc0ffa089b84c36038b72872ef8cd7b8e4716b7969 0.59 MB 732 2
901,283 901,283 00000000000000000000740974abbe3db4d08e16fb7f46123115be6265923cc5 1.39 MB 1,942 2
901,282 901,282 000000000000000000019eb9803324dfff2ff0f13b233aef654db067c70e98ff 0.79 MB 772 1
901,281 901,281 0000000000000000000117f33858faafd65730fd56ff0b3451c2d4076e8b6fe4 1.59 MB 1,393 1
901,280 901,280 0000000000000000000238f91f9db43679b9a92829bb670cd1fd409cc4d9616c 1.55 MB 2,865 3
901,279 901,279 00000000000000000000162faf0cb2f0cfb9211bff189cab5371a91f531d2675 0.44 MB 615 2
901,278 901,278 0000000000000000000204ef9f7d9e8f916a9b08c481c83917a394c5c85c7dbc 0.96 MB 1,287 1
Previous 10 blocks ↓
Total Size: 769.38 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,644.14 GB sent, 94.85 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.