Memory Pool Memory Pool Refreshing

7,062 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,550 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (69,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
837,817 837,817 00000000000000000000ed1e5227844ecfaeb2d93c1736dad9aa343a42735e43 1.83 MB 246 6
837,816 837,816 00000000000000000000d2aedcdcb6aaf8ce0ea4f956e0751733af103cfecbab 1.93 MB 1,919 11
837,815 837,815 00000000000000000002a9222e28adfb1755b1dd1503a5683cd76c95b4de1934 1.57 MB 1,835 10
837,814 837,814 0000000000000000000139b61c51a3f47d3e836ee78aa690a9545d2b9ed73d8c 1.88 MB 2,331 11
837,813 837,813 0000000000000000000203aaa2c49cbbe904df42a602e9de3437b71c3b2356d6 1.94 MB 683 7
837,812 837,812 00000000000000000001740d5e55704dbb5c9705370a896066be92f49eebd182 1.90 MB 2,525 9
837,811 837,811 00000000000000000002b9b653cf64141888e0d85f187053f410f0cdd5f41c31 1.69 MB 3,426 13
837,810 837,810 0000000000000000000239a84df73b80455e99d890c182be63c6e0ee9b3a6f4e 1.77 MB 2,745 12
837,809 837,809 0000000000000000000039c0093e1f104222810bdd154ba2687bed8896054322 1.89 MB 649 6
837,808 837,808 00000000000000000001d92a0197349211b96d3980d8eae521248ab9dfe5cf40 1.79 MB 3,669 10
837,807 837,807 0000000000000000000252a9a0e671f8fa631ae762abbf0b770f16f91c621524 1.62 MB 2,764 14
837,806 837,806 00000000000000000002b67518cd6fdf3c74fc3c1df3214f300da7416fda6f6d 1.79 MB 1,777 9
837,805 837,805 000000000000000000035352f3ab7d9c6ed8eae3c162f4ac8d3871dc3ec68eb2 2.06 MB 1,145 7
837,804 837,804 000000000000000000015316c14717bb7616ab59c7a72658f98f0b3ceba3b941 1.81 MB 1,930 11
837,803 837,803 000000000000000000002d001a713f6c10e3d26891b66f6443cfa0cb65e9fd61 1.58 MB 3,291 17
837,802 837,802 00000000000000000001acd28e03d1431911e647aba44ffc5590e6a8cf04ef02 1.88 MB 1,768 7
837,801 837,801 000000000000000000018d09dfca9e3ee01792d5cbdd70da50f040ff696a6a8d 1.08 MB 355 7
837,800 837,800 000000000000000000023f2df7ebc6e6f13429770eee35ffabc53a05fa6de97a 1.03 MB 231 7
837,799 837,799 000000000000000000006106ae005c934619324db9caed6a26518f8333b40224 1.04 MB 292 7
837,798 837,798 00000000000000000001ddd88bff3ffb9a08e0a70268ae22784cc4a83e1436c5 1.54 MB 2,115 10
837,797 837,797 00000000000000000002cad008a2aee2ce696be6af384563d881e50c7c3cd5db 1.86 MB 2,487 10
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.97 GB sent, 93.05 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.