Memory Pool Memory Pool Refreshing

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

Blockchain Blockchain Refreshing

Tip: 907,874 (96,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,528 811,528 0000000000000000000071e987523626faf9b5f212ad2f1cac9ac93023c9ca5f 1.95 MB 1,203 4
811,527 811,527 00000000000000000001c6654843342b836378ca3a094cb43d2e73bc76c37c4d 1.59 MB 1,725 8
811,526 811,526 000000000000000000049d15334530e5d59c426d9d6071df7da99fcd09b00b3c 1.56 MB 3,703 22
811,525 811,525 00000000000000000001e10a262e1aa6856223f6f7159ca92d66a526ec4721ef 2.10 MB 628 3
811,524 811,524 00000000000000000003926d5a57999aa85cdb5e922d19d04bda0c6b3b80f361 1.83 MB 2,231 9
811,523 811,523 000000000000000000006c30db18e2be7474f2ff94c6f89e8e806ea460b5f27f 1.79 MB 2,549 12
811,522 811,522 00000000000000000003dd34d0a2eca3f5b90bb45a347a077dad26fa11f0b8b9 1.98 MB 1,290 6
811,521 811,521 000000000000000000025068048a62af20eb3b7172b81759937ee6fa69b8d443 1.95 MB 1,852 10
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
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.