Memory Pool Memory Pool Refreshing

5,691 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (763,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,252 144,252 000000000000033c1e22b0d39ffca4eea4d66d2a3150aa8e1e9b2b9025131cb9 0.01 MB 24 355
144,251 144,251 000000000000090bb2997ae29911a22823e8b28017882b98455c084790c2f82b 0.08 MB 82 125
144,250 144,250 00000000000007bdc428784e5277ddadd5dd3d0242370f6c0f1bd9ef3f38d099 0.03 MB 90 5
144,249 144,249 00000000000005bef61fe6e606b3e43550c7e982e5809b8f34e6e5cff7ccf876 0.01 MB 30 288
144,248 144,248 0000000000000309457195626c4cdc63d1b5bdad735a0fc0b53e1f04578bdca1 0.03 MB 53 170
144,247 144,247 00000000000001c931e1352bd84f2b5122d300b8bc4915f306c44342b8be8adf 0.03 MB 55 84
144,246 144,246 000000000000096bccc323a808593eec1f91a6afb75aea8fab9d5107bf82849b 0.00 MB 10 488
144,245 144,245 0000000000000811ee2b457e0cadaa4540fe81dae04e8333ecebbd9d9419b703 0.04 MB 94 235
144,244 144,244 0000000000000268e1c3df25f87fbee7a19d10eb141089ce5b475ecb6beedf06 0.02 MB 46 165
144,243 144,243 000000000000056e8d924ce298db5f10a50e417866aa24f7d16be9447d597180 0.01 MB 25 244
144,242 144,242 000000000000041deb1824486b039a4f286347f293ee7f1cdbfc458849629bb2 0.02 MB 54 126
144,241 144,241 000000000000017c24d83aad8723b6d449341c8ff5ae44ec02cc33fe4e148daa 0.02 MB 68 22
144,240 144,240 00000000000000249a00e476f98197f034c6712b3ddf5ee91230b8d7dff27c11 0.00 MB 9 493
144,239 144,239 000000000000023d8b93f75b34beb321ed3abc8708d1ad9f6c70ca9ded3dd307 0.05 MB 105 263
144,238 144,238 0000000000000634488890787e5ef8a351f6a96b1328dfa8adcfdc3827608799 0.01 MB 40 61
144,237 144,237 0000000000000363ddf445b227181ff819fc036f1b5a9e9efa2a5f4f0355aebd 0.01 MB 9 43
144,236 144,236 00000000000005cd3949d6572969ff1c813e142e887897c9f12958bdb9bb1ead 0.01 MB 45 87
144,235 144,235 00000000000008f2726576c90195b5e7bbf271802678b2303db6bf163c20d6fb 0.00 MB 10 20
144,234 144,234 00000000000002f9b754bc576b6ea95eb50c7d2b75ac5e05b78f6c585cfb8665 0.01 MB 24 43
144,233 144,233 00000000000007535a57828e5e7770aba9c9d113cd1b740268491f3fefbd7381 0.01 MB 31 274
144,232 144,232 000000000000007a01810fe7823688f175c98274cfcb4734e8996db2bbabaa13 0.02 MB 32 134
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.