Memory Pool Memory Pool Refreshing

1,254 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,245 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (792,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,533 115,533 00000000000037b9958bddd8ed9648f2cc0f5702af8fef921eba720e0699d099 0.00 MB 12 330
115,532 115,532 000000000000b8780823737dff8815f1ed3cf93c13b36df7466acee171677035 0.01 MB 18 1,080
115,531 115,531 00000000000031697a442b8b874f8c63c136a6f03fbc7e6a4580cc806b66d5eb 0.04 MB 160 92
115,530 115,530 0000000000004882c2a28857c0c2c8a19c93f58ef2052feb5c109cc146774d8c 0.00 MB 9 325
115,529 115,529 000000000000b04720606c0d84b1a7248b54a28aee6e600110ecb120b6a9f533 0.00 MB 12 1,809
115,528 115,528 00000000000007324e24734ef442dbffa6f7d9359154f511eef22c56e69a2fb0 0.00 MB 3 3,169
115,527 115,527 0000000000009cc4dc4eee0601aecd72352791a0131f97a65c0d2a285e57941e 0.00 MB 11 0
115,526 115,526 0000000000000c481a6df88c51e281755e44885c10e5e07b4ca8f26c4e12682e 0.00 MB 9 364
115,525 115,525 000000000000368cbedbfb422a005c84dabfcdff4a7b0c5e16eccffde2649b08 0.00 MB 11 352
115,524 115,524 00000000000056981bce36298934eaef0154eb80c26eba494e1ff4ddb2a62454 0.00 MB 12 515
115,523 115,523 000000000000aaad6f2363825631a62e9df4a4b4cf90ca7eaa9cb5b00bd2891d 0.00 MB 12 361
115,522 115,522 000000000000482ddee6e6d5518122db347ee18f62eac1716557373d1c08122e 0.02 MB 32 155
115,521 115,521 000000000000bc21ceb84f8723cc4b38ad75b7f36135f1cb8060839760626aba 0.00 MB 6 578
115,520 115,520 00000000000010dee2fc6c6189ed632fb293cebe05450f90f1e70f7ee82cb35f 0.00 MB 8 0
115,519 115,519 0000000000001adc6628dcc3d7d44276445f406cd548810139ee866c864f460a 0.07 MB 248 115
115,518 115,518 000000000000d3709dcb3277d281f2f553de20fec704209af1410781bc800d15 0.00 MB 10 0
115,517 115,517 00000000000062e8ad40a735011e45d5d574ead87f76514e7f5b21cdd7a91fca 0.01 MB 18 1,052
115,516 115,516 0000000000001f42ce9a507586fc03af30541cc1cbbe4612a317a20dd58ade56 0.05 MB 137 500
115,515 115,515 000000000000adc96d5b821e4df14af4c09420cfe5863ce3723592826066dba2 0.00 MB 1 0
115,514 115,514 000000000000d5707d727b17d3b4470773c9551c0e8d8db18d77a67b3e92a263 0.00 MB 1 0
115,513 115,513 000000000000700365c5a19e3fb35a9d77a87373fbe35110a38304e73087aac4 0.00 MB 13 1,117
Previous 10 blocks ↓
Total Size: 769.16 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.68 GB sent, 93.65 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.