Memory Pool Memory Pool Refreshing

3,778 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,696 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,834 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,695 (796,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,404 111,404 000000000000ef0521f8ca8179d0144021af5ce73ed496c3a8f6c2da779a5919 0.00 MB 3 0
111,403 111,403 000000000000a793d63e9e4296e6cd738e4192fdde471e7ee4016b22fc87b17e 0.01 MB 33 12
111,402 111,402 0000000000010474bc84c4fa0f5a591b2665fffc196a1be1946995777e6bedf1 0.00 MB 8 522
111,401 111,401 000000000000d114d32e785d8b680bc11a764af0b01ef0da43b70bf3b6cc12fe 0.00 MB 11 3
111,400 111,400 000000000000ae56d35b98df16754c1ef687c920b05b52ccc7807b515ede7915 0.00 MB 10 3
111,399 111,399 000000000000d775129e8c2640e965f6dcaf4f3d097b5cdc4dccec29d31654c1 0.00 MB 13 10
111,398 111,398 000000000000c5235348079a379381101be8c19248149bdeaa0de08db81c8ac6 0.00 MB 10 3
111,397 111,397 0000000000006e7e9e10444557477daf02ae836ac0e8150e3356c88643316970 0.00 MB 12 3
111,396 111,396 0000000000001c98fb4c67c82ca7cca6a2839adbaeaab73ac8c4846fbc341fcd 0.00 MB 13 3
111,395 111,395 0000000000012a4abd064af8a0347413e865e5bc6e44cf5a70673a76847ae4ba 0.00 MB 10 3
111,394 111,394 000000000000e556a590a7cfabe6fed63abbc044e68c3a343a80941297e781ae 0.00 MB 12 3
111,393 111,393 00000000000001d17cc4859ecb4e840ec8c9746cd0c432e0b8cbfedc5fd7bbf1 0.00 MB 11 3
111,392 111,392 000000000001138be05e1d7bdbcb0789e34fc9f2e6717dc099629a9cf0c151ed 0.00 MB 9 3
111,391 111,391 0000000000006a54fb0e6c7c6547d72926925d20fe94ee62f9dfbdb3c7f72173 0.01 MB 34 0
111,390 111,390 000000000000cde2de00086345c88de480d3f1ffac16c89a6e22aedef46e16dd 0.01 MB 35 23
111,389 111,389 0000000000006c3fdbfd39e2162520cf0efd9e449c3a090bd6389951d74bc837 0.00 MB 12 16
111,388 111,388 00000000000019c6573a179d385f6b15f4b0645764c4960ee02b33a3c7117d1e 0.00 MB 13 10
111,387 111,387 000000000000cee0bc48425bf8b342fdbce91bfc754f72b23a1d222ea0444940 0.01 MB 21 0
111,386 111,386 000000000000b128f56058676645408371ce4219c24f0bee1aee76b26ca24191 0.00 MB 4 12
111,385 111,385 0000000000011647f43fb4d20a29108dbc71f067f3732538839c036a58692758 0.00 MB 1 0
111,384 111,384 000000000001048286f6dcf67dbd63d806c1ce7676121f678ce68e326c7165d2 0.00 MB 4 29
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.71 GB sent, 92.68 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.