Memory Pool Memory Pool Refreshing

2,038 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,031 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (895,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,406 13,406 0000000035dd1a7cee95cead08bd3bf2f1c9dc384487f83785c8fd922c5aa178 0.00 MB 1 0
13,405 13,405 0000000067b01cf61f8eec75f146702eaee94a26df0d6ff65dde562f8b696707 0.00 MB 1 0
13,404 13,404 00000000507d6092b8fcaee449f0f28442d79f43167b959c9c04fa20ed3d74de 0.00 MB 1 0
13,403 13,403 0000000036a04b89fe2144a5d68191bfa9cac60c56f2b628d2449ac785e386bb 0.00 MB 1 0
13,402 13,402 00000000aaecc942a8c4f750ad73b01901dec5f8f630f770bb297de0e8c4ac26 0.00 MB 1 0
13,401 13,401 00000000c4b3a8ebd661f37381279c7ce01f7d0a962e572fd6903da50998d245 0.00 MB 1 0
13,400 13,400 0000000049a03def008c43a709d320a71125fb623733fcfd6a8adc882c70ae0d 0.00 MB 1 0
13,399 13,399 0000000029c6c6153295ce681c794c9a36fbf6e0516ec5851ef7c804e046457f 0.00 MB 1 0
13,398 13,398 00000000d96ad58fd5e836e33adc687de0230b2392404f61b9d2662e0f18c728 0.00 MB 1 0
13,397 13,397 000000001bd5bde9546b55470a478dd383f1e8c262c2c9b07177dc90ee8bd10b 0.00 MB 1 0
13,396 13,396 000000008cf87cb6b0dd86d2b9468146c2704f34086e7c9d2b591337d3578c2c 0.00 MB 1 0
13,395 13,395 00000000eca266fa1a840eb46b78ba4d4bd1e7681755543640cf6c8f835caae8 0.00 MB 1 0
13,394 13,394 00000000e30dd1b627061b2e7eb64f4a7c2fb912145eb5c94cfa594a54252088 0.00 MB 1 0
13,393 13,393 000000005a623bb77f1e1757bbde71653bc17ce5a1a8086c6efd9bdc55db42ab 0.00 MB 1 0
13,392 13,392 00000000925b7e5d4e82a7b189f5f1016e6732a9db10e78088d8f8123a951141 0.00 MB 1 0
13,391 13,391 000000002c5cc1cab729de62cf3996befa8f66b20ed3fd5540d66e3d469a077a 0.00 MB 1 0
13,390 13,390 00000000e8c77e1a39e8fb05fa39853b838ef38327157c60ffaeedd089ace99f 0.00 MB 1 0
13,389 13,389 00000000eb712427e2d5dcfeabdd91e40546f0a8f95816c7a042d541cc1f2a58 0.00 MB 1 0
13,388 13,388 000000002f7f976ffc15e17b469c6682f8c9a18aa2bf41d7af7f7a1a703b3bf8 0.00 MB 1 0
13,387 13,387 00000000a5e7a01ebf1b1cbfa2b7f7eab1d4f78ab4abeea25122de2b1985a12c 0.00 MB 1 0
13,386 13,386 00000000ef818f7489b095a9cf8f6253f388af52da1ba1b75d004493a6f4ea33 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.