Memory Pool Memory Pool Refreshing

2,355 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,779 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,342 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,778 (83,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,696 824,696 000000000000000000011fde1911fba4b3ec0894d6f3480eb3b2ff8f329a7fdb 2.06 MB 3,369 79
824,695 824,695 0000000000000000000050067dd2f5ccb03719b4e41554ac1fc6064aa6f89d41 2.06 MB 3,103 65
824,694 824,694 000000000000000000010cb1fcb8fe3e0cb2e59da356730eb2ac0ebe9c4d17b6 2.11 MB 3,258 58
824,693 824,693 000000000000000000009363bb8e54c3cdcd5ba2a56f799f345542be602aa1f1 2.26 MB 2,672 48
824,692 824,692 000000000000000000026785d847b882761ac430859aa073602fee8e01286f7b 2.11 MB 3,308 73
824,691 824,691 00000000000000000003bf10e18f9218cea7a3aa80f77f10723f948d5759fd96 2.13 MB 2,989 69
824,690 824,690 00000000000000000003b0acddd8d21b623a9eec39e2001a187c649e1d286f68 1.83 MB 2,854 97
824,689 824,689 000000000000000000026955de88ad7ef8b58739b3ee92b6af0ebe9fe2856945 1.91 MB 3,091 47
824,688 824,688 000000000000000000031dd7362547aabe2a5f155ad45b9d09671169b005ef8f 1.62 MB 1,298 33
824,687 824,687 000000000000000000033f0c75057c8fdec1d56a84ac429f5592c3597a739839 2.06 MB 1,146 33
824,686 824,686 000000000000000000029207c390cb8f3f6ee64548c04ca5421680b1a15ea33d 1.99 MB 2,979 41
824,685 824,685 000000000000000000027c140d1b0668412bb4fc1199ad7632ec727f7d9eea02 2.31 MB 4,181 44
824,684 824,684 00000000000000000001c0122fb6b2098aeae6d58e667e460c586ffb96b4bd3e 1.89 MB 527 33
824,683 824,683 000000000000000000011a83f984ef7393adb412974b510c5687ebeb9d57cb91 1.75 MB 2,549 53
824,682 824,682 00000000000000000001949ed430e80991d6ad46b969cf5dac0159acb6028b8a 1.82 MB 3,655 53
824,681 824,681 00000000000000000003cfa69228e9e0f50390e2c2ad4f6d92b07b37fa861aec 1.89 MB 2,541 35
824,680 824,680 00000000000000000003445ac7a1b55b8ba4465a515be9cbf2e3510849c9ff16 1.73 MB 2,838 66
824,679 824,679 000000000000000000022f71ad1b06210ec249a6710e6507babf92a266cabde7 2.00 MB 3,085 41
824,678 824,678 000000000000000000038885b071bdba7497f24e6e1c5eecd9b0c3ef4315e4ae 1.67 MB 2,904 80
824,677 824,677 000000000000000000012789982b0a6859a2f615c8fde5cdb39bbfc11cd027ce 1.67 MB 2,884 57
824,676 824,676 00000000000000000003b9533174de4f84c7afe85f59fd3f93732d8e096a55d1 1.82 MB 2,688 53
Previous 10 blocks ↓
Total Size: 769.12 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,630.28 GB sent, 93.50 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.