Memory Pool Memory Pool Refreshing

7,170 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (757,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,141 150,141 00000000000009d360b8257dd112881c59978f0d4215876d3981344a50aae3a7 0.00 MB 15 108
150,140 150,140 00000000000006112647fd6774e0e3405b294f47fc020ab4d9bbf2917373f799 0.04 MB 126 53
150,139 150,139 00000000000001d801e2b7217e11b87b0e4bb4bf722b1bba6832b5855ecab490 0.02 MB 48 196
150,138 150,138 000000000000081e695bee91a736485e037608286e006ddff43a5061350bf00f 0.01 MB 35 135
150,137 150,137 000000000000034b6e4231db57c00320ac83e564eb5dffd0e2f58f98e9c68ce5 0.05 MB 111 73
150,136 150,136 00000000000005262698d2736a1d70b4dacf43ea3a71b831240dbf6d94f5b504 0.01 MB 33 71
150,135 150,135 0000000000000061ae62d468e93ccb3e39f49884639e5ab1966ac8265ab28948 0.00 MB 13 276
150,134 150,134 000000000000097d5081dbf738ae1ce95043a07d8f428325054e436a7e3d3285 0.01 MB 20 343
150,133 150,133 00000000000009e9a29f39467baef163d0c657454af5029058369741e2507eeb 0.00 MB 7 115
150,132 150,132 000000000000047d6eadafad6588a322938be9128ea2381b2d077d6995744a2f 0.04 MB 120 112
150,131 150,131 00000000000002e53f742624aac2a4bec72272ad1d16102c6609e7138db531fd 0.00 MB 16 391
150,130 150,130 00000000000004515f6242090cd767226a82a92c82e2d91df558cb7b5de2f5c4 0.02 MB 49 100
150,129 150,129 00000000000002a8c455fc644eaba7d6483a69c40b159c4ff6d74ec8f9cf0387 0.01 MB 19 25
150,128 150,128 0000000000000172325586b939cb01e5e2e693a9f0a01c5b801123960a8aee4e 0.02 MB 39 110
150,127 150,127 000000000000011cd186be5a621a82d1255e764e4c4f0a6a06943defac3f676e 0.01 MB 28 246
150,126 150,126 00000000000008178b2feb56c81215b5fc4404dc113751c0e4422e10fee337ee 0.01 MB 26 239
150,125 150,125 0000000000000121c0f06bc8a2aaecccada811ffc51b1fcab147c3c24b5826eb 0.03 MB 92 18
150,124 150,124 0000000000000496cfd6503e2110f16be0a017389076d61789acc29113bcf990 0.04 MB 31 121
150,123 150,123 0000000000000106afecb3d5f46725dd8da4ef228908838d4b5e1b9f37063d9b 0.03 MB 92 190
150,122 150,122 000000000000090c2fb2b23034645d94563e546a9ad5f448a803c025dc08ae40 0.01 MB 30 94
150,121 150,121 00000000000008dfc821fa98ae07740987f67e5eff1776cc1244281fe1912abb 0.01 MB 38 192
Previous 10 blocks ↓
Total Size: 768.98 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.52 GB sent, 92.74 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.