Memory Pool Memory Pool Refreshing

6,166 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,764 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (216,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
691,119 691,119 0000000000000000000d6be6be7df19c2270c558de86fd8c97f04359479ef824 1.59 MB 944 15
691,118 691,118 0000000000000000000cfb2cac33a0003f328c5c794789e0fba71f264eb74098 1.63 MB 1,954 14
691,117 691,117 0000000000000000000d71aaf52e676a4fbadfbb4e54c06c5b4b3fd63b4e37fe 1.15 MB 1,424 22
691,116 691,116 0000000000000000000b8a18b25001a763e2b3ff3265f9ec0a0544530b3dc5df 1.17 MB 1,214 22
691,115 691,115 00000000000000000005f6b030e6f491f5f93f7b867a57c80b92cadebd289e73 1.63 MB 1,066 13
691,114 691,114 0000000000000000000ebe87ee7b84bfb91f40f99643cee214101ad258ba91b7 1.62 MB 1,107 13
691,113 691,113 0000000000000000000a7aafcc9e8a446042a7f7ebd1a29de4df8f494820b009 1.42 MB 2,539 21
691,112 691,112 0000000000000000000a3673735493f6078b1ec6bbbf28d14408446797e76918 1.37 MB 2,758 25
691,111 691,111 0000000000000000000111bc5625487536dc344ebaf7050e08a213321fec784d 1.57 MB 2,421 20
691,110 691,110 000000000000000000001fea3e1d53a127193881b3003f7876a8133c5b239eeb 1.37 MB 3,126 38
691,109 691,109 0000000000000000000bd54281b902d5f78ffbaf5f7fd37688b2b82baaa3cd4e 0.39 MB 529 18
691,108 691,108 0000000000000000000954fc039bd1203a53d57f284a8151f18d8fff04568c1d 0.88 MB 1,136 22
691,107 691,107 0000000000000000000c47746e6cc0b811169be0aad845d4e0c7a2f85c1aed68 0.40 MB 553 6
691,106 691,106 00000000000000000001cf3c33b8d21399904ffdc5334e953ad754c4ab264500 1.20 MB 1,131 20
691,105 691,105 0000000000000000000785bc57d424238aae4a198ca404a2bd36eb1bdb931601 0.34 MB 333 10
691,104 691,104 00000000000000000003405caf88a3180160b73b5770c472791a61f628eb2fb0 0.63 MB 1,018 16
691,103 691,103 0000000000000000000e56bc63462e0e80a7d5a6d22a261f2c268f836709390a 0.49 MB 613 14
691,102 691,102 0000000000000000000de19f64a927b8bd782daf9f1f4e29e91c2adfd4ce5343 0.22 MB 367 14
691,101 691,101 0000000000000000000e50ef9e1c5ea07601c7b55d8c74c8c291c9d878712890 0.06 MB 63 55
691,100 691,100 00000000000000000009b784db2b7bb5e1532475585cc44be59bf373869e762a 1.03 MB 656 4
691,099 691,099 0000000000000000000621330566cc5d820b0292fde430b87437296ffb5e7208 1.40 MB 1,980 23
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.