Memory Pool Memory Pool Refreshing

8,006 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,926 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (605,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,030 302,030 000000000000000023a7dd3e1f3cc3424e6f20cfc6c17694cf909c4f27ca2e5c 0.13 MB 296 36
302,029 302,029 00000000000000000b06e65dbfcce2817f4488c8d588da0ac9c4ffac1a244b82 0.03 MB 42 16
302,028 302,028 000000000000000015b1224f8512331a4407aa44fdd969ac592cea41e7212083 0.16 MB 285 29
302,027 302,027 0000000000000000190dede28086d4b99589a8849a277b164405852ec655e4ed 0.06 MB 135 18
302,026 302,026 00000000000000004a195822ccc0901d6523566dc7a488306750c88045ca494f 0.09 MB 149 29
302,025 302,025 0000000000000000245976098e59bd2034649f2f088fb6ccf29e21ad1c491cdf 0.71 MB 978 26
302,024 302,024 00000000000000005f58ce0ed723f8f270d0ad4006d5fbf96c45ea166cdc0f6a 0.75 MB 962 25
302,023 302,023 0000000000000000269eadc1d50b15cd752b37e00b227d2d86e3466acf65c579 0.35 MB 942 47
302,022 302,022 00000000000000002e714a2b04b2a00ace5c2dd784263677c2d861afdf46599f 0.05 MB 81 27
302,021 302,021 000000000000000025e0bb10666ae7a7e91cac2502374dd8b8a18876503fe5c0 0.03 MB 82 37
302,020 302,020 000000000000000025d14be9bc26edebf5d9b3728c11d51b7d9ce97182270aa5 0.06 MB 85 25
302,019 302,019 00000000000000003525023939819c59caa099e638ca634bc5f7adf6807301ee 0.36 MB 641 29
302,018 302,018 00000000000000005cf7a97e6c1b9f9a0101756c0e5a7649ba63b3c9caa5787d 0.09 MB 191 37
302,017 302,017 00000000000000003baa25cf7869c46bd920746563cf91c68886ba753ef116fb 0.17 MB 301 29
302,016 302,016 000000000000000047306eb50e85830772c83c3d5a3a213dcd1514a2a43eaa27 0.20 MB 318 32
302,015 302,015 00000000000000004724c34b5125297a85f05ea85889e1ebdc0fa3d5ce0a7ff6 0.07 MB 136 20
302,014 302,014 00000000000000006a5b9c7781224b68f7667a8490f2040401a45471b68d256e 0.42 MB 614 32
302,013 302,013 00000000000000006548ac8dc283c97e8165023dc1fdbbca2eaa75f0143f4a8c 0.08 MB 143 26
302,012 302,012 0000000000000000018ea8fb811e470bcd43fb54f07e3d7345f45b9053ebc713 0.09 MB 146 25
302,011 302,011 00000000000000006053fc5faf2c099f30be416175488b34e947ea44480aae83 0.10 MB 178 26
302,010 302,010 0000000000000000340daef6c6708ad241fe21c1b8f769d0701e0e9adf0cad66 0.38 MB 742 31
Previous 10 blocks ↓
Total Size: 769.03 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,625.40 GB sent, 93.03 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.