Memory Pool Memory Pool Refreshing

11,533 transactions
4.83 vMB
Show Random Selection Loading Transactions
Max Size: 27/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,865 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (19,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,407 888,407 00000000000000000000102908f9a5e884146b05fed13ee10a2a2f89e87ce337 1.99 MB 2,144 1
888,406 888,406 000000000000000000003d249628dda3f563becc954d912e459570f605491d25 1.70 MB 3,481 1
888,405 888,405 0000000000000000000038e5a2e5a18902f3a58e1487bb07c812cff1e32f9c24 1.97 MB 2,560 1
888,404 888,404 0000000000000000000197d5ef84b1e9c799ce736b8f2fe7d106317a10420f36 1.99 MB 3,279 1
888,403 888,403 00000000000000000000b50c2239eb732374425dfd31baa6a5f9109f6d776d47 1.45 MB 2,883 2
888,402 888,402 000000000000000000018cd7b9c9760465b1426d536750d430f572229e2a8dfe 1.35 MB 1,812 2
888,401 888,401 00000000000000000000fdae60c8a86c81697f089bf5a67e5a4cc4bbd7420a9c 1.62 MB 3,194 3
888,400 888,400 000000000000000000027f5a18326f1ab363e04c877c9680ebf2f3954f24f720 1.81 MB 1,333 1
888,399 888,399 0000000000000000000226fce5ce4f27843bed91c5b2da89bc4d6ece7140f60f 2.04 MB 2,471 1
888,398 888,398 000000000000000000023594ee5992cc961626120cfcc085134844add420c6c9 1.58 MB 3,469 1
888,397 888,397 00000000000000000001baba0ce0264b6be2d09966d326d9ef3596b889ead9f7 1.65 MB 3,169 4
888,396 888,396 00000000000000000000412f8ca4cf47b3a022bcfdf90b281a1f3836d7217d8a 1.79 MB 240 1
888,395 888,395 00000000000000000000b28f0957fc6ea79c19a9debf98a23033009ef619bfd6 1.86 MB 74 1
888,394 888,394 000000000000000000000fa916d5ee6231622a0411f6059afdbc7345711168d1 1.84 MB 1,520 1
888,393 888,393 000000000000000000012c931c76c55f64d5887270f7d20af430318ef2e9b780 1.72 MB 4,052 1
888,392 888,392 000000000000000000018e1cf6a0e7034e94b17b6a281d7d5658be519e052fbb 1.70 MB 2,451 1
888,391 888,391 00000000000000000001366575febd176a0b3b39c00b5f47785041dae90d01b9 1.77 MB 3,035 3
888,390 888,390 000000000000000000012cd56dd22f736a80c409afcfbd58b775f0dc1c7ce45a 1.71 MB 3,647 2
888,389 888,389 00000000000000000001bb85ae62fc1360ea1ff3f69010e38df3b64bf800de54 1.82 MB 2,366 1
888,388 888,388 000000000000000000026e682bda6917224f0902ab6c8c9c1fef4585acdf375c 1.52 MB 2,696 3
888,387 888,387 000000000000000000014445c1712e0fe7000c200b210f000772425a8f2c86b1 1.81 MB 1,837 1
Previous 10 blocks ↓
Total Size: 769.03 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,625.12 GB sent, 93.02 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.