Memory Pool Memory Pool Refreshing

7,186 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,766 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (600,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,669 307,669 00000000000000000fcd2f0159ef4f12c865b6dc49b50599370ccff982fa9070 0.28 MB 465 30
307,668 307,668 000000000000000010f5088652421f97ff436f614ff58e7699a1c895f5e1709d 0.14 MB 277 31
307,667 307,667 0000000000000000249557a83853f4a7a96aa8dc94ca87ddbd9d8012e7508d4e 0.02 MB 25 21
307,666 307,666 00000000000000000f2ce235ea0d9cd9575bf864f0c6a084aa8b48ae0f72759c 0.12 MB 282 30
307,665 307,665 00000000000000004a2b24de26faa2ec9abe5ff60043126cebdaf31e80070e71 0.10 MB 237 20
307,664 307,664 0000000000000000385bc5229b636e77963db98b2c4d4d28db5b241aa685c4bd 0.44 MB 890 30
307,663 307,663 000000000000000018f2317e0e96368ec28fe54c1b56b2ea2d7f488cb60dc544 0.15 MB 307 30
307,662 307,662 000000000000000012e6f9ea1d05675c6caf8a84d0549d4f2eaa222790b49805 0.19 MB 386 30
307,661 307,661 000000000000000017148a14812fd30825e29051b7d80c1656946c4dcf756f1c 0.35 MB 591 31
307,660 307,660 00000000000000004bae3d7c6cc75ac3d8b6d9b228ad78a019450f6465c781f7 0.13 MB 226 28
307,659 307,659 00000000000000002d3e9b2f334fdc3dceb9217d9215ac84bc803062a1bf8a2f 0.07 MB 150 34
307,658 307,658 00000000000000000049ea6743fe4b9d7fcd9cff8595082ab3ff3aa00e77a8a7 0.18 MB 269 27
307,657 307,657 00000000000000000944d32be2feb1d8a6632f0d5de1a18c3ddfc1d5e6030a86 0.06 MB 121 35
307,656 307,656 000000000000000022329adb2ff59cd7b611632a9d09fe02077051699191bf74 0.03 MB 29 5
307,655 307,655 00000000000000001058b05d2daed46e8c0637ce469356ee21ec129e798c519d 0.10 MB 166 29
307,654 307,654 000000000000000048ad45f7c8e5c0f2c10d265e0a395c76311d19ca379b0537 0.48 MB 878 28
307,653 307,653 000000000000000014340159c5ba88ba925cf47a03655530a5278b7d1a2812f0 0.10 MB 73 10
307,652 307,652 00000000000000002f2a2e74823c12e18f22cb9c9c6bb9e7471f8cb779a77489 0.26 MB 399 25
307,651 307,651 0000000000000000142205a87abbb299f9ca9270437e59a147ba92a979ca7a74 0.05 MB 103 30
307,650 307,650 000000000000000022fdf9ad5d7243f1a823093e622ca51a892802b934b81f21 0.12 MB 233 30
307,649 307,649 0000000000000000478df40529ab3242449474afdb6ad3de918550a6cf1c0593 0.55 MB 838 27
Previous 10 blocks ↓
Total Size: 769.29 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.61 GB sent, 94.36 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.