Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,899 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (604,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,323 303,323 0000000000000000208435e7313272f4665473efdc03f06feadd4e89dcfe709d 0.07 MB 86 13
303,322 303,322 000000000000000048f4ddba2eba74d901eb1116804db1129e339b9ea505704f 0.30 MB 495 29
303,321 303,321 00000000000000002c30324165671862740328fd54d316b76825497cc039e52a 0.16 MB 329 30
303,320 303,320 000000000000000016f64497c257493e03f27e9b1336c539798cc64f04c14735 0.24 MB 485 34
303,319 303,319 000000000000000067330c9aec67efbdf00ee7e85e1db6b7ca96bb31d91fa066 0.03 MB 59 19
303,318 303,318 000000000000000029473b35602ffed4e7e3c1c1d101a7149f30ad8c6685a1d4 0.19 MB 275 29
303,317 303,317 00000000000000003447698c259036333781c0af50951c213fd61e08e997b5e3 0.29 MB 374 23
303,316 303,316 00000000000000001481d6862b4088f502a9b54f38a185a4cc0ad9b405f6bd2a 0.35 MB 936 42
303,315 303,315 00000000000000003dee17873708ff9ed01b9392b1ee63d9bbe09f921e684f35 0.14 MB 304 31
303,314 303,314 00000000000000001b013c44fbd3c8f502e0ef0eb59c76531fe4f0573a043ccc 0.05 MB 100 23
303,313 303,313 0000000000000000108971ffe83ee8b68c4c87e6be72b5bf6b7c2617bfe39fa4 0.33 MB 520 26
303,312 303,312 0000000000000000294f340dbd6d02accb7de1884c7852cbe5805f8881a5f259 0.13 MB 243 31
303,311 303,311 00000000000000003a4daec4f3563236edc632756a5bc84058a79a9888ac39e3 0.42 MB 817 32
303,310 303,310 00000000000000000f5938276e8b132e8626bc175f0fedbeaa693fe5aff02b21 0.55 MB 976 48
303,309 303,309 00000000000000005d108cc6fd659055d2dd94075445d5dc1e41f7486a27ee73 0.19 MB 356 28
303,308 303,308 0000000000000000215c183ad82b4fbec1e5bfc8beef3143224e722e32da376e 0.18 MB 348 35
303,307 303,307 00000000000000001f46348fda18462eba670273340719d9e5512e413b280653 0.23 MB 234 28
303,306 303,306 00000000000000005d3ea689f04a78f959542b440a7210ea8d57297e7d030a21 0.11 MB 98 17
303,305 303,305 000000000000000010816714c083ffc867b954f06c0b3b6eaa90824e647b18e1 0.34 MB 610 30
303,304 303,304 00000000000000005eb1b793d6f6b3b303b72777e03b5d59efd5973dddf6398c 0.20 MB 367 34
303,303 303,303 0000000000000000464600b19ef99711972be664a367f42c83f6e4a7b1610ff5 0.06 MB 125 28
Previous 10 blocks ↓
Total Size: 769.17 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,632.88 GB sent, 93.75 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.