Memory Pool Memory Pool Refreshing

3,559 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 3,544 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (792,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
115,512 115,512 000000000000eda105a59768af0a307dde47b28ec352a6ceb3e65ed5ae924772 0.00 MB 15 1,334
115,511 115,511 0000000000003ed8472768fc45c65b56e36c162e284c1318cd68f65777a3419a 0.00 MB 13 1,156
115,510 115,510 00000000000001918d44906ce39d5a19362b36cb936fb821d34f72951e443a6c 0.00 MB 13 1,000
115,509 115,509 000000000000982227cbaef949e5c585e9d746e0e0e63768dc8a945c175bb43e 0.00 MB 9 1,182
115,508 115,508 00000000000067849386550027c3b1dab5c24cc0150e6d72473c39f3317cf3ae 0.00 MB 2 0
115,507 115,507 0000000000002262db0fc61c7ca8d0d4c0bb8c18cbfc3223c033c64b5676859b 0.00 MB 9 337
115,506 115,506 000000000000423e1dfe507b20cb100bf15ac35c16da195870a886b0f9eeaefe 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.15 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.64 GB sent, 93.64 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.