Memory Pool Memory Pool Refreshing

4,542 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,430 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (722,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,367 185,367 00000000000002912004a0d4a1c7dc371d38dfec6920cd0acfa5f579cfc332f7 0.25 MB 642 138
185,366 185,366 00000000000005191b16cd8af219c1aeffb52bad078bf44b68d52a6b4bae869c 0.49 MB 1,024 211
185,365 185,365 0000000000000989f03b7f6b3803bfcb7b907c373ee72a28f482ea5fc5461957 0.06 MB 199 175
185,364 185,364 000000000000033da2a9efadd1f72c1237a63ec2408c5470376606480430104b 0.25 MB 336 115
185,363 185,363 000000000000030b031bc23804f08cabd6f7c3bfd8aa113b85ad7ecbe1892bd8 0.00 MB 9 0
185,362 185,362 0000000000000130415a04f6cc4f4181ebf000eabf13f1ca7ff9f0e0a3bdc355 0.04 MB 14 1,028
185,361 185,361 000000000000097bfc9df5d867eaa8e98e543a38ce32c68f78d8acef5e1ef124 0.18 MB 310 104
185,360 185,360 000000000000064b180fb26e7ee9c268b7b0c332eafabaa9df7484f8cca40320 0.34 MB 761 134
185,359 185,359 00000000000004f8e07961d3034afcb7198c92dceeab4663941fee7db4ac3129 0.25 MB 512 144
185,358 185,358 0000000000000167480f4b84584cde43fbf9daa49d3332a27014dbccb72752c8 0.09 MB 211 146
185,357 185,357 000000000000001588710bb0d42beab2ab43a285cc5f82febd4f78ceecf5b3c1 0.25 MB 607 137
185,356 185,356 00000000000001e064763ef3db7756ae9335b361437bde0a38122fed18b3d41b 0.07 MB 197 231
185,355 185,355 00000000000006a3bb36582136c46daad07991460b800534d0195ac99bed939b 0.23 MB 253 68
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
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.