Memory Pool Memory Pool Refreshing

3,471 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,621 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (780,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,257 127,257 000000000000244334240717f584cf32096153fd48cf4d9f9994c5b604a70814 0.01 MB 31 16
127,256 127,256 00000000000023617727a85f73a10d8206bd5d7f1f4d5a772eaceb3feafdcdcf 0.01 MB 6 111
127,255 127,255 0000000000001d9a163fc6e1c5fd1f85696acc533e7f70f2dd40e7203f1f48ad 0.01 MB 16 729
127,254 127,254 0000000000000679253ef862f800c83018ffd038e8dce5f3dca02ec405a592f8 0.01 MB 28 1,177
127,253 127,253 00000000000002a62a0dfa5337a1ca928c88c95a50f8d00ef32013b700cfe05b 0.00 MB 14 632
127,252 127,252 00000000000019fb7a4a4eafcf65b29dd9d9c8f22794de0cdfe9f1eec19693a4 0.01 MB 34 275
127,251 127,251 0000000000001f8140bd885d8d61b4195b0d2b8e0ddff5ffa521a9d634e57312 0.01 MB 19 534
127,250 127,250 000000000000162d43d0e0ed2ae6882782a5e28545a010300e1cfc0faf4a6529 0.02 MB 52 1,993
127,249 127,249 000000000000038d4a2e4f12e871d8c7c74c6e6a8f7f5b629be2cfa5ba517dbd 0.01 MB 30 767
127,248 127,248 0000000000000c193fe51310f7d2d3634feb5bde8b7bf5a75345fa0a27f1c634 0.01 MB 52 2,186
127,247 127,247 00000000000011f050e31308405fa6b6a38f655486cd5bc74a156a83987c29a3 0.00 MB 10 350
127,246 127,246 000000000000068fd1ad33ccd1bb46f5b79fc98dd234257a8e05f4ca0723f933 0.01 MB 17 422
127,245 127,245 0000000000000dc6e2caf5eff10274cefafb49163f412765d60118a35c145524 0.00 MB 1 0
127,244 127,244 00000000000017974b6332f5e0d297cd7a268b6e8aae59591d20fc45caf17d1c 0.01 MB 20 110
127,243 127,243 0000000000000902cca0e0cc61eafb57c195beb921262eda7b86a109984f53c0 0.01 MB 20 11
127,242 127,242 00000000000000c4940ea4c75efdcc5c7f138a4a672b45747d5a1f78d2f96478 0.01 MB 22 873
127,241 127,241 0000000000000d784a6f16471a97d71521c071a8c27a05280d00ad71eaeac634 0.01 MB 29 209
127,240 127,240 0000000000000f041bb687cbf6c97223ead47a8b9aacebaa604048d0b3da934e 0.01 MB 16 534
127,239 127,239 000000000000041d6900e51dba067ce5488df7ec7e182947111abc51829d0b65 0.02 MB 36 568
127,238 127,238 000000000000064c09a46b2d9e1f7d9331ecbe565aac945ae2980d96a2d952c8 0.02 MB 47 835
127,237 127,237 0000000000001a5e7d70072bc3a3cdef59a21e1639b277f916a452b211ab22c5 0.00 MB 3 849
Previous 10 blocks ↓
Total Size: 769.21 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,634.43 GB sent, 93.99 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.