Memory Pool Memory Pool Refreshing

5,330 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,388 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (103,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
804,220 804,220 000000000000000000007b2ad480376691b26e6f884b0ad42ea45dbca6c7d608 1.52 MB 2,032 10
804,219 804,219 00000000000000000004f5e53024803a5d957747d03301331bc72db8e94dee7e 1.44 MB 1,790 12
804,218 804,218 00000000000000000000b81158bb8a262f26bd3dc19303e5611343c10471449d 1.54 MB 2,798 16
804,217 804,217 00000000000000000003483f6a9280bc2e3388bd749829d68612705059f3743b 1.64 MB 3,606 12
804,216 804,216 00000000000000000003a8967d6e7c4f5ed695d8e6972048e49faddefca362d6 1.81 MB 4,471 8
804,215 804,215 0000000000000000000367e668693adbf061deaa60d1249805dedc24e66a23a9 1.72 MB 2,842 13
804,214 804,214 00000000000000000001c12d3c3006ebb434286ff3b92a645f0f740b4b462826 2.06 MB 6,192 7
804,213 804,213 00000000000000000001475285b7fcc90b2b1b89c2e627ae9c0dc8a63746415b 1.94 MB 5,351 9
804,212 804,212 00000000000000000000203f8d6f143b6351b4b0db57f2af94800f07e3950573 1.70 MB 3,299 7
804,211 804,211 00000000000000000005570069dffa0c5092a98c2b87b4c1ec6c2ea93029917c 1.59 MB 3,110 14
804,210 804,210 00000000000000000000969d455e9ee6650448a895ead3d8f70beb068c91ae5a 1.37 MB 2,164 6
804,209 804,209 0000000000000000000524ae008fcdfe2c5c1d35dc6c0f6d639a98c9a66e4c85 1.33 MB 1,573 33
804,208 804,208 0000000000000000000138691f9c4cdc43da669a37fdd5ed308b07cfad9d1800 1.48 MB 2,231 19
804,207 804,207 00000000000000000000c3add3cd9848ce4a68c9fa72e54b70a521717b845026 1.34 MB 1,920 12
804,206 804,206 000000000000000000010506a06ccbd35eb809b33f18ebd77a19990ded4f4d8d 1.51 MB 3,289 8
804,205 804,205 000000000000000000024ff53777c499bcce6f4543fe2386ab4d06a4b15f8cf7 1.52 MB 2,629 7
804,204 804,204 000000000000000000008ea557460a3a0aa1930a7aeba630cc34c8ae9397e8a0 1.58 MB 2,932 20
804,203 804,203 000000000000000000038e235cb73c2d15abc90e56e99de06b9f066e97226138 1.86 MB 5,108 9
804,202 804,202 000000000000000000044b9bd40222277b829bde22e0dc9ec5862b2cbe32db0d 1.64 MB 3,885 8
804,201 804,201 00000000000000000000767cd2484d649a0e68939be9048bb099ab641e6399a1 1.85 MB 5,278 6
804,200 804,200 00000000000000000002d7623da5d6dd6e3998d9b5ed55bc5bb93aa3a3c9b7c8 1.69 MB 2,923 11
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.34 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.