Memory Pool Memory Pool Refreshing

6,489 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,107 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (613,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,396 294,396 00000000000000007a0532ac8aca728892cf68c7478ca0fa23c6c2d2d5754591 0.09 MB 79 20
294,395 294,395 00000000000000006744d19e8c3e90fd073ceb1495c47a7215de94a4135e1595 0.00 MB 11 148
294,394 294,394 0000000000000000a275ac0c12908c09c98436e91956e3b1a2afd2475ef3d720 0.29 MB 367 23
294,393 294,393 0000000000000000a5d533c7d11746076c2460ec55a6783752b2434a9ab9f297 0.03 MB 45 26
294,392 294,392 0000000000000000423ba241cec1bb2accb6bb55d77a81e0487331cb31bebf27 0.16 MB 294 26
294,391 294,391 0000000000000000379a45b7f6bf01ad8d380bcbb003683e0b47222d6228bf5e 0.26 MB 378 28
294,390 294,390 000000000000000093e1858b62ef975604b4abf09585f1fb1799a9acc75f3ff5 0.15 MB 302 43
294,389 294,389 00000000000000005a8e408bbaa0616783976cc7dcc9dfa88fbd70086a146ede 0.28 MB 572 32
294,388 294,388 000000000000000021ef7946636a72cef5d547894a7ccc7e52cb4038862ff4a7 0.69 MB 1,310 36
294,387 294,387 00000000000000009173e936d755ff2af85978d6df51d280a1ebe6dc18338fb6 0.06 MB 128 32
294,386 294,386 0000000000000000738c0db97cde25ee5fcfdf62960b4b8f1647bd37de5d8737 0.04 MB 84 32
294,385 294,385 0000000000000000aea3880f0ca04607aebcea2f26f5e6729a401f43a8d35e46 0.29 MB 355 24
294,384 294,384 000000000000000043ad3ec89a0d58c220f8192569c67bee0620b9b6ec8d6f55 0.38 MB 427 22
294,383 294,383 00000000000000007239f34580b21e11a2acf81cedd74a2f67174a4fe11a5138 0.11 MB 256 49
294,382 294,382 0000000000000000304699d10b036cf1a5f2cbcebae8bf7c132c6fd08c846f8c 0.50 MB 905 33
294,381 294,381 000000000000000009cc219a0c37551d83101b0337b7bfa61c8341620372c78c 0.08 MB 256 47
294,380 294,380 00000000000000006d13201bdd6f07dea1c3e510e090a487cfb83e1510e8744d 0.33 MB 202 12
294,379 294,379 000000000000000027ae65bcd72df88578d81212b0ba38a2e0128a65cb307e98 0.50 MB 1,168 37
294,378 294,378 00000000000000008f3eafcf9c0a18a36d262ea086bb8a4b8c7e83a37b55d3c0 0.13 MB 219 34
294,377 294,377 00000000000000008d086af55aad34e9c4c18e67e1606acfafa8f60afcba2e29 0.18 MB 240 22
294,376 294,376 00000000000000001de00fbd4ab5ae8e5b5ef77e33868e034a4d53faec944709 0.04 MB 128 79
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.38 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.