Memory Pool Memory Pool Refreshing

5,133 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,097 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,282 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,096 (796,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,708 111,708 0000000000008de79721934bfd89e97935b199fc2e38dd0890291fe39f380337 0.00 MB 7 3
111,707 111,707 00000000000091ab1d032cebaae831390d31634d9736e20cf34d4086b591e174 0.01 MB 21 0
111,706 111,706 0000000000007eb5eb9c128b768b2540e98d3be037fc13b304215b1a98116864 0.00 MB 9 0
111,705 111,705 0000000000008943cc76c0f05dd33f9e2888ea1e2f28ce26ff5224f2aa23cac0 0.00 MB 9 0
111,704 111,704 000000000000d0b2734e2a2602eee3fd2306150b3304b21cdc75324741788343 0.00 MB 9 0
111,703 111,703 00000000000023cfd837b5cc06d6e8b65d826d1ec52f3964c450c99e1d80d5fe 0.00 MB 13 0
111,702 111,702 0000000000002993a5247b3be5c20156b31f5ba4e79462ff0d9848809aedc88e 0.00 MB 11 2
111,701 111,701 000000000000b5533053abcf62d1d3d79e7e13fba840bd6d697290bd7fe15b28 0.00 MB 13 0
111,700 111,700 0000000000007c2247a85a2bb7f65b5d4834c0df0d0907d9e4dd11eb098af3a3 0.00 MB 6 0
111,699 111,699 000000000000baf65108faaf9bc1c6fd708c3b2bf5f80a37c9fcd88850c268b9 0.00 MB 7 645
111,698 111,698 00000000000061c24431924fdb4171f3b02db46051934d8a9f1c0ccb1c02a69e 0.00 MB 8 0
111,697 111,697 0000000000010ee98296177cd773a3f8d7128355c35aec0117d52e96d7c7441a 0.01 MB 18 0
111,696 111,696 000000000000c9ce51a50649c4fe189f44bf170dd967ad9274c633fd1532337a 0.00 MB 13 0
111,695 111,695 0000000000006fbc13f56d67280a33f1fe465de27f1664b29736b40cc410b11e 0.00 MB 20 0
111,694 111,694 0000000000000434c4a130d971782ae918605143eb26d7f33f1bd07e752a7b06 0.00 MB 13 6
111,693 111,693 000000000000cf139c9b3ea65bb086737cf92ee5d82b071154d420966238b9cb 0.00 MB 1 0
111,692 111,692 0000000000010cd6e14cfcbe51f248c26291f55724585cfeb123b0633b06cb6f 0.00 MB 6 0
111,691 111,691 0000000000003278ab2799c45a9b0ca2d5016648a330a9c8c7398d01d59d19dd 0.00 MB 1 0
111,690 111,690 0000000000006ecf2eafef8158466a4b56aec39b86ea29509d78e3a41ea333ac 0.00 MB 3 0
111,689 111,689 0000000000011b4078fc9c812eec9c1e172ed461ff90e7678a53718a7fa70665 0.00 MB 1 0
111,688 111,688 0000000000012bc1d810e4bc9360373a52f3f5248b4cbd2958733ededb4e1198 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.73 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,678.30 GB sent, 96.53 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.