Memory Pool Memory Pool Refreshing

1,399 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,780 (592,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,159 315,159 000000000000000034125a6c2464a9ee62a398245728fab8ef0d1478d8df4d50 0.16 MB 332 26
315,158 315,158 000000000000000027e287bd73816abb3658457fef52b295c2d09ec8f2da60d9 0.62 MB 670 20
315,157 315,157 00000000000000003418dba8a608fff75b53fd45b9a59af03238d491f1198624 0.75 MB 1,239 32
315,156 315,156 00000000000000001090f07dc1628cd79e6094feaa82523e7df6c6b0d5514867 0.25 MB 474 30
315,155 315,155 000000000000000029855fda0261f1120b793f74dcaa4416b56692307bac8440 0.32 MB 590 26
315,154 315,154 0000000000000000104072a2d94c3da68f05a7907668cca582e75397b40f78da 0.14 MB 297 32
315,153 315,153 00000000000000001948d1dc10774b98f6570c1281e2508c4dccfd8175703206 0.37 MB 531 24
315,152 315,152 00000000000000001dfb4f6e2e23057133f4f753a6b8590f104d59a90b90d81e 0.07 MB 115 28
315,151 315,151 00000000000000000d823dcac09dd5e30a1c9de2ceb107c6cd7684d884f24c1b 0.05 MB 124 35
315,150 315,150 0000000000000000040a4298e6424208c525e94fb3b47d4c96251bc302e8bdff 0.08 MB 169 25
315,149 315,149 0000000000000000222d319cdef656f71cbfd82dbcd27bd531c6f0b21e8b56e1 0.28 MB 536 26
315,148 315,148 000000000000000032a64b29283733ba38c03caff1506fb302f93a4c70277932 0.32 MB 577 28
315,147 315,147 00000000000000000cefde5c4b3e1b0e76165e63a3c9b7dab670ddc2c94d790b 0.27 MB 501 28
315,146 315,146 00000000000000001f20eeb39a56d5aa82cd6e33509c66385041d5c82d4b8017 0.03 MB 69 33
315,145 315,145 00000000000000000a1f3c83593cfee25b0c4b3d4403749676a2253191dbf2a9 0.02 MB 62 16
315,144 315,144 000000000000000034b99cbb21274131be4e3756e5666791034578c795e07953 0.61 MB 1,263 30
315,143 315,143 00000000000000002876dc5aa950c80be5de3156b4f56afd98c5df884ee5af47 0.15 MB 283 27
315,142 315,142 000000000000000014a1840127e44bbc76931de2f92ac1777999bb1aa361ecba 0.21 MB 379 27
315,141 315,141 0000000000000000225839cfb3281d0f46738bb6df44830e6bd04a465a34cedf 0.24 MB 435 30
315,140 315,140 000000000000000031a9f4335397a035ef055888a3d7657e431332ccefa170d0 0.07 MB 159 33
315,139 315,139 000000000000000036ec795e3086d7911e5dec1f5116fa0fad4d63e1d82ef0ed 0.07 MB 121 31
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.