Memory Pool Memory Pool Refreshing

614 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 611 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (628,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,481 279,481 00000000000000018fd95dc15dc11613c9c8a52c5b10be424cd21bc7af27872c 0.10 MB 61 13
279,480 279,480 0000000000000000e5154e2d7583f2793c10adcd07789eb34fb499f664e60ac9 0.47 MB 929 48
279,479 279,479 0000000000000002d547fe26fb6079feab18778b307f2bbeb0647c2b5058769d 0.25 MB 711 69
279,478 279,478 000000000000000214d5f0601c41a5ac0ba24d30cd0c634518a6ee2b0f05aef4 0.05 MB 88 37
279,477 279,477 000000000000000091c48730d0d133a40ada6bf37a45ca96a85a4b1bd803ffa4 0.01 MB 30 32
279,476 279,476 0000000000000001a8986271a62de41d7acba22338f5419108b1f1a35ae4c56c 0.02 MB 25 19
279,475 279,475 000000000000000019b60b82d392f445b5a42510b666b286c851c8c93ac0f2ad 0.22 MB 361 28
279,474 279,474 000000000000000185b1a2da821ee5b2611a9b75ccce27142a38a25d150e458b 0.15 MB 357 40
279,473 279,473 0000000000000002f30a7bfdb157159032b1fc4f28cc47773011223cdbf947fe 0.12 MB 38 11
279,472 279,472 0000000000000000db82f1369c858f2381c475c6a06111c9fefccd0bd50bf27f 0.35 MB 506 27
279,471 279,471 0000000000000001b03c7995c2ccf5fd5c717bff06201a4bd5dc21d4499106ca 0.08 MB 183 83
279,470 279,470 00000000000000019e94723287ff09095f01f0909c2da056ecacab6c062d02a0 0.05 MB 146 64
279,469 279,469 0000000000000001b37fb1208268cd57e4aeeff20cc0fba633b9506b94ebdfbf 0.04 MB 127 36
279,468 279,468 0000000000000002336edd9412f05cb5e1927987e94807d59af359803588cfa6 0.12 MB 238 28
279,467 279,467 000000000000000072d2ed7ca722864570c0c7ad3b3961c97e577d028ae7b8b0 0.03 MB 90 80
279,466 279,466 0000000000000002fec82cd245fe4b144d918e606991351d848164c1977dc2ea 0.11 MB 160 27
279,465 279,465 000000000000000049b7c5622e1fcd70fa154844253c078ff2bd0e1def9f190d 0.25 MB 618 42
279,464 279,464 000000000000000301baf17403041bbf233718bd151ce362efaab503ba3031b9 0.03 MB 85 41
279,463 279,463 00000000000000023cd52686d392ad79d260cbf43bc39da957ea82207d910e88 0.06 MB 113 31
279,462 279,462 0000000000000001fe69f99488898426a950af7debe8a419fa4b5ccc0cb01c46 0.04 MB 70 29
279,461 279,461 00000000000000028a58bbb03f340f7d58bbf00e41c1120bbfb449ae7684aa36 0.18 MB 146 13
Previous 10 blocks ↓
Total Size: 769.28 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.48 GB sent, 94.30 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.