Memory Pool Memory Pool Refreshing

7,941 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (637,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,709 270,709 00000000000000030ce615f14da887540b50bd62a72c57fff0a3fd24fc112269 0.25 MB 498 54
270,708 270,708 00000000000000029d72ba38bc68995013ebbf2c7d2c3440169cc888606474ee 0.16 MB 217 52
270,707 270,707 0000000000000001f9cd6ced0edc3f43022777766c73b5f87cab6e7b4510110b 0.25 MB 270 30
270,706 270,706 000000000000000414de409e68198baf3d7839af1e49128bae9d4f54e4f3dbce 0.50 MB 795 41
270,705 270,705 0000000000000005dd2a7a088c3654b5736aea2182d28c78b74187e2b7e35ba9 0.29 MB 382 32
270,704 270,704 0000000000000003e29ba5aa28f10229b45e51f1564aa7771ad87d7854d1b13c 0.35 MB 616 21
270,703 270,703 00000000000000035ef2d94ca9f4835443292b04cc46afb82c44611c48b30727 0.38 MB 754 58
270,702 270,702 00000000000000018882853215961bee7a089793b1da929ab9f052ce82a0bbfa 0.25 MB 675 86
270,701 270,701 0000000000000003eb892338c0953df5201abc4ffe18f1e595fb1be85e53aa7f 0.25 MB 440 23
270,700 270,700 00000000000000064f72fd06b78ba81bbf4af77a68f9a1e058cd5f8f7a6e6379 0.25 MB 686 98
270,699 270,699 0000000000000002aedf7285b19281064220054eb1baa6be747b7470058d277c 0.25 MB 573 54
270,698 270,698 0000000000000002373303395444d62126a697979aef748fa724cf3086ce0428 0.25 MB 664 93
270,697 270,697 0000000000000006d37c68d184999e3b263e7fc426e0f8781a2906a15ba03b4e 0.35 MB 635 30
270,696 270,696 0000000000000002ae5e9a4d8db60afb571693c1ab13389b02e107dc637a5c05 0.25 MB 787 137
270,695 270,695 0000000000000005400486801012114d4e1c86a0e630361da1c958881dbf7eae 0.20 MB 517 71
270,694 270,694 00000000000000037c178a724acecb45cf32ff39290fd831172636d282b2bf90 0.07 MB 156 64
270,693 270,693 00000000000000044f4b9087e1422d70d45d109b3131f4bcabc0b430044bdb8f 0.38 MB 586 37
270,692 270,692 0000000000000002936ad878a05e447e1207381d7ffdf734524080a01cc2f3dc 0.18 MB 512 113
270,691 270,691 0000000000000006c2722453ef8cd34e4fa3d219b252b37402fa75e47eb2e90a 0.41 MB 636 42
270,690 270,690 00000000000000050f1b764e2a5a1ffa4606bba1a433620195cc9bf28c152942 0.14 MB 267 41
270,689 270,689 0000000000000000c535752181dd9717d599e7707a439cfbdba334d65997607b 0.15 MB 224 29
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.