Memory Pool Memory Pool Refreshing

1,753 transactions
0.76 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
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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 1,739 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (776,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,274 131,274 00000000000012f826f2a45c3224b85f110be4fe4ba61f80c6d70d0b9b7bbe40 0.05 MB 82 202
131,273 131,273 0000000000000265acd19e956ca5e6efbb48fc7849014516f85d8b3021cabcf9 0.04 MB 76 945
131,272 131,272 0000000000000c0f7a3d3301edf83137cf055716758b6c4db69bb3543727f594 0.06 MB 64 520
131,271 131,271 00000000000000756ff9848ce3cee1208628e9ddd58c4b78dedac4248b9b473f 0.02 MB 16 1,066
131,270 131,270 0000000000000ccec9d97d20ac36bbe6d22dc419058bb83282dac5d885ca7cf7 0.03 MB 26 338
131,269 131,269 000000000000120aabc04e874ed0070b9ec5d5e2281d5179b780e8b218f8705b 0.00 MB 7 0
131,268 131,268 0000000000000945294a9debeea268663499261d68fb70d669bc1131a75e13f1 0.00 MB 12 35
131,267 131,267 00000000000007b7da852858003b1fbc3809de11bba624f2b97b6e80f2b29ca4 0.01 MB 36 1,125
131,266 131,266 0000000000000e7c10f48d806622618bbbf83e027006eded103fe4f97414925a 0.05 MB 113 346
131,265 131,265 00000000000010873d6798dee5bf85b8e7a716c603d762147846eb09e6761cd3 0.04 MB 77 1,039
131,264 131,264 0000000000000a49f04fbbc519340dd94ec29ae27b0af8d9976b0fad6a00864e 0.05 MB 163 78
131,263 131,263 0000000000000bae0b8cb77a5cb468467db5a1e392602472ff1538966eaf97d4 0.00 MB 1 0
131,262 131,262 00000000000002dc7e6cc48c2ec93406b8e60760d1a6a631e3f2a8a5bb583156 0.05 MB 83 461
131,261 131,261 000000000000080ca7e234141a0648b2dc92132ee297147bd306e13b518866d5 0.02 MB 40 1,319
131,260 131,260 00000000000007989afd0d093da2f4c730bf03f9b442ed6e3343257ec6a66891 0.05 MB 131 530
131,259 131,259 000000000000096687e16d09941fb0eed5cffbbeda5d6bda53a5f604e7b6f4bd 0.01 MB 30 848
131,258 131,258 0000000000000ccfe1f80e7b3086a1a56340664288867a3d32f15f4203bbd5c2 0.00 MB 11 340
131,257 131,257 00000000000003cb18a9739a8345a3e36c9e8d33b61f585d0796d24e07579e7a 0.03 MB 90 813
131,256 131,256 00000000000007680ac741a6940da3e292564072c96e52ca836c76e0a861577c 0.08 MB 202 2,777
131,255 131,255 0000000000000518acebc2e467797a7f76fddc71eecfec60c59d111e9516846b 0.05 MB 34 167
131,254 131,254 00000000000000d4562d983e15de66a910186185dc6b08224ac910989f18ff60 0.02 MB 49 825
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.