Memory Pool Memory Pool Refreshing

2,213 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,757 (96,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,520 811,520 00000000000000000001c93510252a2610d2af0a9a300d5e987022019ee72da3 1.93 MB 1,578 5
811,519 811,519 00000000000000000002ed6884ad951b99d33bba5a105844887a3799b6afe93b 1.51 MB 3,095 17
811,518 811,518 000000000000000000003d3253686b42b174f679cf32106c4cb7eee12b492156 1.77 MB 1,180 6
811,517 811,517 00000000000000000004a5673e71e19414ffd7c87083f462c11f9dcd5477ea7c 1.50 MB 616 2
811,516 811,516 00000000000000000003582bcb057a06ecd9fd115aeb68bc18c64620b78ea1b7 1.60 MB 3,172 20
811,515 811,515 00000000000000000002e9f8ffd44506bebca15a95de60bffc407db5a3106eee 2.17 MB 83 1
811,514 811,514 00000000000000000001dc3a9688b67015c830161f2e7cf8754bc0fdbdd8fe1a 1.85 MB 1,788 10
811,513 811,513 000000000000000000037c5af78db7093a9bcbcd956111c4ad7ba402dc1d96bb 2.13 MB 509 3
811,512 811,512 0000000000000000000451d35186d405a9dc71281620c6209229934f39d64f7f 1.88 MB 1,831 11
811,511 811,511 00000000000000000000544d358a06dae56e712b57a2831d1fbc3f091cecd423 1.84 MB 1,097 2
811,510 811,510 00000000000000000000f7da4be1e03546def4dbbd91c20b864002259b74937a 1.39 MB 2,353 15
811,509 811,509 00000000000000000004b7e130fc4a25b97d19fb95f6b86cba35bbe4c34b2a4d 1.90 MB 2,547 8
811,508 811,508 0000000000000000000079224e9adc61c70edf9edd73a2ddf0d5d626f3698a42 1.73 MB 2,389 6
811,507 811,507 0000000000000000000237610f8f521a42f30d3649835802e49475f42426956f 1.64 MB 2,842 20
811,506 811,506 00000000000000000002d75e5d0d9e076490c2843e53d6aa10c258a237362d3e 1.56 MB 3,956 29
811,505 811,505 00000000000000000003aa700856f2f2c19dee58dc0d42db3c303f61682589ab 1.68 MB 839 5
811,504 811,504 000000000000000000024db11489a54e32ef630cda290258b7f85424ceecd094 1.79 MB 1,044 3
811,503 811,503 00000000000000000001a7226413c21773a990641a270312ba9f214e893468c7 1.56 MB 3,696 21
811,502 811,502 00000000000000000001d76cf45cf36c6dd865f73444c93acd9a167a802b6848 1.87 MB 1,782 10
811,501 811,501 00000000000000000001ba3dc8ca926248456de13b2a42a4125fbcfbb080a499 1.62 MB 2,363 8
811,500 811,500 000000000000000000003a1c90516eaa88ee957c03bed0c583b434cce786f572 1.60 MB 3,659 26
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.