Memory Pool Memory Pool Refreshing

9,721 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,865 (345,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
562,102 562,102 0000000000000000001f64b243f32d82f994cc2a074d20c26b67dac6b14eca9f 0.10 MB 300 17
562,101 562,101 0000000000000000000f30a01e649be4060b9948f69df1b508e9149aa2c3b74b 0.44 MB 1,282 5
562,100 562,100 000000000000000000151f80d0c5227f5f8cbbdaba10e37a9eeeb45a3aeb154e 1.16 MB 2,686 12
562,099 562,099 000000000000000000262768c077a52a9dd45cbdfbedb6740bd5d024f4999e53 0.27 MB 834 7
562,098 562,098 0000000000000000002e47d46328c8f2ae119e3ed91f97e73396296787d5f7ee 0.66 MB 1,694 12
562,097 562,097 000000000000000000063dc74c3bcd4dea7fa148c1fe04e62e2f6beabfe4fe36 0.06 MB 175 16
562,096 562,096 0000000000000000000cb853adbb0beb15b5b58ee5f6375c263198bee7a12aec 0.45 MB 1,176 8
562,095 562,095 000000000000000000014f6a5df5d0faf3f2d0f742a3e3420439a3a83f32d08c 1.17 MB 3,070 10
562,094 562,094 00000000000000000022826192f1aaacc5eff6921a303017d0847de1b39200aa 0.07 MB 143 11
562,093 562,093 0000000000000000003062dbcb95ca237bab060c3f0623a9019aba415c1e50e5 0.85 MB 1,863 11
562,092 562,092 00000000000000000003c73728fd0fdd301c40c9b00ea1b128893d3de276e57e 1.25 MB 2,060 15
562,091 562,091 000000000000000000213ff0afb3cfc8465b0541a22f86b1006862171cad522e 1.07 MB 2,392 7
562,090 562,090 0000000000000000001ae3961210a3e1c5ee170037d08203973fc74f9e7f0b55 1.24 MB 2,794 15
562,089 562,089 0000000000000000001563d01951f53a8fb7654a88fe87456115eef7019870e7 0.73 MB 1,919 9
562,088 562,088 00000000000000000001b4d755368e2400bca70295c423aed6c2c225f49412b1 1.15 MB 2,878 8
562,087 562,087 000000000000000000185fcf67cd22c3b0e19ad7e242c6da8b1100855d97c6ea 1.18 MB 3,151 10
562,086 562,086 00000000000000000014949e85389b686fdf2d95d2768974178a8733586abb91 1.23 MB 3,127 16
562,085 562,085 0000000000000000001bb8227014b99b3a30709cf446b73175b8eb524a1ff34b 0.62 MB 1,542 11
562,084 562,084 0000000000000000002a7a918177d10696dfa67de0fc0c6bdda72140b835f58f 0.85 MB 2,478 6
562,083 562,083 00000000000000000005800340c72688b1e801d9432e24987bcab6997133da96 1.29 MB 2,918 16
562,082 562,082 0000000000000000000ff810dc04bff05f78ceae40c85b14fe5c4fbe53dd9216 0.08 MB 249 13
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.