Memory Pool Memory Pool Refreshing

2,400 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,385 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (47,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,202 860,202 0000000000000000000027a75e9dee969dcf5d7b52620ecad104e0c7dbbaf388 1.70 MB 5,591 3
860,201 860,201 00000000000000000002816b8fc6482ae80da0036b33b0c8a3b07526e7a8b537 1.60 MB 3,241 7
860,200 860,200 0000000000000000000072fb63b189a907655be2b387249394c9f97c1a7d10f4 1.74 MB 4,210 5
860,199 860,199 0000000000000000000023d10efdae82d82f1db4b3e5e97fbff8df07305e2402 1.62 MB 4,491 4
860,198 860,198 000000000000000000007da0398a790d57023e0a4a4e6c949474e99b1f5b0047 2.09 MB 4,091 3
860,197 860,197 0000000000000000000081730d842e2a0bbaa65d507713be09610d0494ae7349 1.58 MB 2,606 5
860,196 860,196 00000000000000000002b3808771c9e72e31321d099002b27a92d10ac66d04ab 1.71 MB 3,716 5
860,195 860,195 00000000000000000001972692ab1bb05f384b0db99dbb36a9d481e89b110ad5 1.54 MB 2,588 8
860,194 860,194 0000000000000000000113c0dd2acf647e674532e84c29aa90a43832a174d0c9 1.46 MB 2,758 9
860,193 860,193 00000000000000000000d123bebb4e8aac430dc666985e995762b0faa5976af8 1.59 MB 3,628 5
860,192 860,192 0000000000000000000288676ed57e33230b34f4b39014ac8b178e21103648ca 1.58 MB 4,661 4
860,191 860,191 000000000000000000006ca8b74f2abc3569d19f38f903c04c5ad89816b2c354 1.63 MB 5,737 4
860,190 860,190 00000000000000000001ec9461b409e512e392d30cb032501c6f160bb66579ba 1.71 MB 3,868 3
860,189 860,189 00000000000000000001e296134263427cc0d0502428c4a9c9d9deb45b33359b 1.58 MB 3,690 5
860,188 860,188 000000000000000000030a370efa3c56b9958874e8a3e8d5e6f50b4d38dc8280 1.61 MB 2,816 7
860,187 860,187 0000000000000000000059bb0d96467eb94813b3ad0d4b119a6881bb4ca6d282 1.50 MB 3,014 8
860,186 860,186 000000000000000000010ed5c3387f294f7e6842bfdc3b43098cdc5763720b3d 1.53 MB 3,517 5
860,185 860,185 00000000000000000002a5369db7c1fd497c8348dda7ee88ac937d61836cd680 1.58 MB 3,316 5
860,184 860,184 000000000000000000000040a8c50318c313d13980db9c7c152f347e7e0320f7 1.64 MB 2,932 7
860,183 860,183 00000000000000000001166e1958fe0820ce9b78495a32c97f51f6bfd188f583 0.00 MB 1 0
860,182 860,182 00000000000000000001fa89f8f5daf189c80cfd83698a1172f5abba9ac37749 1.66 MB 2,890 5
Previous 10 blocks ↓
Total Size: 769.11 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,629.56 GB sent, 93.44 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.