Memory Pool Memory Pool Refreshing

6,826 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,002 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (108,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,208 799,208 00000000000000000000748330b35e535babd323e58e0b93a1acdc00f9051488 1.98 MB 5,723 7
799,207 799,207 000000000000000000006f8ca396177e3f4989e82375e6aa8121d55def086780 1.67 MB 3,712 10
799,206 799,206 000000000000000000011bc863efe546a22976709c5c41812d79570a7df6354f 1.92 MB 4,449 10
799,205 799,205 00000000000000000000ec38cd1f10cbb477ccd2caeef3e818c9023680517f23 1.79 MB 4,906 9
799,204 799,204 00000000000000000004d315bb77b57e5fa1854f3c5491fb95259b8e2fcc644f 2.20 MB 2,091 9
799,203 799,203 00000000000000000001f17e5c3f3c67d97e0b0302a553be36cd4abf97e28c14 3.54 MB 732 8
799,202 799,202 0000000000000000000395a8a44c5d0d5e074b3a0e74e24ac517bc62b7a83d16 1.45 MB 2,771 14
799,201 799,201 000000000000000000005519c345b2cb86875a4b0bd0f05ad47c2ecc7f14fbcb 3.76 MB 375 8
799,200 799,200 00000000000000000003e85df0504d10807fbabccc49a2b426b90822dc73b460 1.53 MB 2,787 15
799,199 799,199 0000000000000000000416617ab25258f47a3ca0bc1511421b30f5b58d368ddb 1.83 MB 4,860 7
799,198 799,198 00000000000000000001b88553c4a3efa0470ad1febbad15c4963861ba3bc5ed 1.87 MB 4,764 7
799,197 799,197 00000000000000000000c5f3d94450b777d54dfa714d4f8490c9feda7a28add9 1.58 MB 3,323 11
799,196 799,196 000000000000000000003b29f6f2149fd724c580f3cd1adb9d631c7a21a4b3c2 1.92 MB 5,246 6
799,195 799,195 00000000000000000004812269a080ad0cea01e1335fe6dba3bc45b1b319af3f 1.77 MB 4,194 9
799,194 799,194 00000000000000000001abd4c160afc4194d3ac0efa67f782bcaddbe6629fc2e 1.63 MB 3,111 10
799,193 799,193 000000000000000000043e30ab338360ae284da2b1d7c6072af7ade55b222947 1.74 MB 3,697 8
799,192 799,192 00000000000000000000248cfc6731a77b01af4bb6d1c57631d664a0a6aa98b8 1.30 MB 1,711 13
799,191 799,191 00000000000000000000ba74d1807495ef7d2501946d087de998e1a224f805b1 1.76 MB 3,627 10
799,190 799,190 00000000000000000001def8cb85c1176d71b0353b3990ffa645003b1e522d25 1.72 MB 3,933 9
799,189 799,189 00000000000000000002a0461a68fdd544c64984e9d351536c071ac22cdb15d1 1.79 MB 4,474 6
799,188 799,188 00000000000000000004691f563f661f9191636106caa5be9313c5b01e9ba4c2 1.98 MB 5,525 7
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.