Memory Pool Memory Pool Refreshing

3,452 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (621,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,621 286,621 0000000000000000bd07dee55e77d4688f43779cfdea9e971b921cc367018e54 0.20 MB 253 23
286,620 286,620 00000000000000004ddc59ec3cf0ded5f579a486ec53eb7f030d9d7590d13720 0.31 MB 475 26
286,619 286,619 0000000000000000f8415f701c651152fd63a3608bc94d4f4fb7d4354170a852 0.08 MB 133 30
286,618 286,618 00000000000000010bc810d656d8d745586710cf3f80391bd19a292bd4b010e7 0.39 MB 411 20
286,617 286,617 00000000000000015253586b8a659fc765723d7e23110db5ab8824039db50628 0.35 MB 191 13
286,616 286,616 0000000000000000309e04d5a28d45aadc47cdecae5be8c51ef5d48ea5292237 0.35 MB 867 47
286,615 286,615 000000000000000076f24863770bff5c6e9a341df2e475d1e56fa55baf2a7856 0.21 MB 377 32
286,614 286,614 0000000000000000e39a6158f52cefead83ff780383adda0fb76766ab7a69f6d 0.08 MB 110 18
286,613 286,613 000000000000000153c192e22249de826e92697c086da101c6ad2cc95e6103ea 0.11 MB 151 33
286,612 286,612 00000000000000011c71c16a966dbd4909b833ccfb4eb9d296da8608f68f5ea2 0.10 MB 97 13
286,611 286,611 00000000000000012b12fa99fa2768b4a7bfe8df8a33bc2ad4d04de8cfda4636 0.34 MB 262 25
286,610 286,610 00000000000000005f2f5ee21e2491481710135206d8fdb69c833e9984a9cd63 0.50 MB 980 36
286,609 286,609 0000000000000000bcfb805faea14330afbccf9aec83babc8d47874fa543957a 0.09 MB 162 29
286,608 286,608 00000000000000003cbe2f8c504412d452749213b563f69af7df45f195f66bcf 0.41 MB 738 29
286,607 286,607 00000000000000001c54fc5ad04b0e1e505360bd7d747b269a1689e8742c57b9 0.35 MB 661 35
286,606 286,606 0000000000000000508f7cb7be21d24f78cbac95b1bbe38412fa3cba914b2df4 0.81 MB 782 21
286,605 286,605 00000000000000015519627a3ba72cc53c9d5bed469baaa5486aa9b4395bfe9e 0.03 MB 65 36
286,604 286,604 0000000000000000ffcd7723cf785c9bbba4ae9e3593e98fd29b40505af5527c 0.86 MB 963 23
286,603 286,603 000000000000000052add51afee60f944c7382a688d639f5e65d2aaec4db3d9b 0.10 MB 35 3
286,602 286,602 000000000000000061383405959a1090be15ee7962c48c816f9cffbe2f356272 0.10 MB 188 36
286,601 286,601 00000000000000000d64d1510d89fca9a2ac9a248630cb06a9a5237faa48686a 0.03 MB 37 25
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.