Memory Pool Memory Pool Refreshing

2,757 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,723 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (722,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,354 185,354 000000000000035b015bc1b9cd6e5cbfa4e37371ebae7f444f6774428dcb36c8 0.41 MB 844 174
185,353 185,353 000000000000067bf1119700d788f7d93bdf0dbf4c6343b042544bb4b7e563c9 0.06 MB 176 424
185,352 185,352 000000000000016d28759ca956b80e763fd31fdfd91bf07c356b23d05d8f9e3b 0.23 MB 455 128
185,351 185,351 0000000000000142f2c3ff92f9627b1e81080051c2af734496da2c17a248ce29 0.05 MB 145 543
185,350 185,350 00000000000003888ee3140625d92f22755dafe355c0a859d54cd6e0b89a6806 0.18 MB 207 84
185,349 185,349 000000000000038dca951729110eb15b5baed869b6493957041292ac9ba1b3a9 0.05 MB 125 102
185,348 185,348 00000000000002edd56c24bae814803bf52bb6b1a7abf5065e21d9e3ad2c15bb 0.13 MB 312 942
185,347 185,347 000000000000060695fffe45953945aed3ada6fb8ff98037cddec86f286ca1d6 0.25 MB 455 119
185,346 185,346 00000000000000d9103574889ed31231d3c360f2b17c1e5b9aed802aa9ed7140 0.00 MB 10 0
185,345 185,345 0000000000000031c0be669f109dd8e414724212f05e2f58a30d43d0434d15e2 0.22 MB 491 151
185,344 185,344 0000000000000358c7558f5ddd7e0cfe71897856fda01e961baadb7b130c033e 0.03 MB 97 48
185,343 185,343 00000000000009b05afc535ff637e12c617f58e53436a0c784a77b412208af4a 0.25 MB 602 123
185,342 185,342 00000000000004ef3b88f05e3899633a0cb3857c2fa188f381f79e1f4f308b86 0.05 MB 112 85
185,341 185,341 00000000000003dabe9a49001b03b02d752bb0632a35014db84145d815b19aa7 0.25 MB 421 148
185,340 185,340 000000000000094f543de3cb74b7bd17d828ea2d229c04af78ffeaa184047369 0.05 MB 124 96
185,339 185,339 00000000000007a628a67c0f8068004365776b0785587c5026fce533a6d83aea 0.07 MB 213 182
185,338 185,338 000000000000075378a5736ff151a1acfcd307c0829b93b8f8e8f74031475bd0 0.04 MB 142 188
185,337 185,337 00000000000005cf886afc3bb4bf437f8d3ff29e4d2fd9f30333b964a97c927e 0.25 MB 643 152
185,336 185,336 00000000000003a6f02736051eb4a1b6d237daf2fb8a29b5e850f88cb86be36e 0.06 MB 148 169
185,335 185,335 00000000000008c2c73c1ad45bd2273ae73b2f5f8d6dc15b3a24060b5a6b0de1 0.25 MB 563 123
185,334 185,334 00000000000003e41d9741355da7f80feef3088f9c74a2566bb73bf01852a0e4 0.09 MB 291 415
Previous 10 blocks ↓
Total Size: 769.43 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,645.57 GB sent, 95.11 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.