Memory Pool Memory Pool Refreshing

5,555 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (736,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,803 170,803 000000000000030061933358036e86cc229fbea926e17ce26cf99b699b8355c3 0.03 MB 96 54
170,802 170,802 00000000000001dd700f6578e421f75b200b278bc73e2bbd73ece4a67a23b1d4 0.01 MB 21 177
170,801 170,801 00000000000006428fad8ae116422d97ea6ef0f16625074337c12e96970f4bd3 0.00 MB 1 0
170,800 170,800 00000000000007645f923f4cdafdc5bf775f42630476ad0db08f3d1c087e369a 0.00 MB 1 0
170,799 170,799 0000000000000780e6736d4258f3e57df2fdeba84048d51c948b3142bc1c3822 0.03 MB 40 30
170,798 170,798 000000000000008a458469771b3c4f377c48c76d17a96c1f36c33a3fa2b4ef7e 0.01 MB 7 68
170,797 170,797 000000000000045ecd3bf851ad86aa88ad58f1a8173723fabf7be71c33cc9a0b 0.00 MB 8 55
170,796 170,796 000000000000015a7546d3c57b4036f31aee6b638200d3d13ccfb8ce9d2d649f 0.01 MB 31 80
170,795 170,795 0000000000000953de778ecd9a08da60edcc939b828543feaacb0f3665ea2913 0.01 MB 18 4
170,794 170,794 000000000000088c50e508e51357712adfd149850a6f0138b6e427b8f017d55b 0.00 MB 1 0
170,793 170,793 0000000000000a363706b2fc893e12d4ef1a0ed5da7b106bed7abe24f24156e6 0.02 MB 74 15
170,792 170,792 00000000000002fa40ab4d8b0b4ce09f3b1e8d0071881971f708decf21c1b735 0.01 MB 27 175
170,791 170,791 00000000000000ac69d61da82451328a72911f55d3e8ec5e342b5ce4e5151aad 0.01 MB 11 43
170,790 170,790 000000000000084149ca8c028af25cf0affa49ac83e5071d01506c7a24a09464 0.01 MB 24 60
170,789 170,789 00000000000008c64bf1d7c5d9ed5f0181aa17483a7a10799031cf8afca9fb84 0.01 MB 31 18
170,788 170,788 0000000000000a9f8007b377cd521e9aab977d2c9744cd0e80848e4355d24117 0.00 MB 1 0
170,787 170,787 00000000000001822711c3c522ab8e1b276724c4f6603797cc530b6c7810ea05 0.03 MB 33 74
170,786 170,786 0000000000000398c805eb46c72584e4c2aa7377a657d271cef748c6562f3f7e 0.05 MB 59 39
170,785 170,785 000000000000086a5d33d1178c4138d8dbf6ae43b1c5546f91f5fbc860f1598f 0.00 MB 10 16
170,784 170,784 000000000000031a2a2500fccbaadca6675380fc9ecf6c60c285906b62958247 0.01 MB 35 130
170,783 170,783 000000000000004a675b047f3eac68f0eccaf12b0b1313b50f37f8d1dabf8faa 0.02 MB 36 77
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.