Memory Pool Memory Pool Refreshing

3,672 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,878 (672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,206 907,206 0000000000000000000230fd85a89b40c5470c7b6a33ac9355289fd5608e8312 1.66 MB 3,734 2
907,205 907,205 00000000000000000001f698fbdc79be269ae697b9ecaf276f8beb6b2027729f 1.53 MB 3,573 2
907,204 907,204 00000000000000000000ba6e7d9280e2d785d6c82aad5631367cd413c824ac1b 1.78 MB 5,017 1
907,203 907,203 000000000000000000019fe09be7a4430cd9e2ef3abcbdd264f6a477f6d9a733 1.67 MB 2,995 1
907,202 907,202 0000000000000000000100bf521d978db63a1e6695f382c413eda4378dfccac7 1.50 MB 3,692 6
907,201 907,201 00000000000000000000f51b25ec47cc19c935ae8397941225704ebb7c3dacf0 3.99 MB 6 3
907,200 907,200 00000000000000000000ff0d4891e68cbfdd855050140eb359aec80231b6644d 1.73 MB 4,532 1
907,199 907,199 00000000000000000000a4b1cede1eba74d67df322ca415468f277aa7b508f47 1.75 MB 4,425 1
907,198 907,198 00000000000000000000086a84d1e079444417af97475cc4a800d9b53628abe8 1.51 MB 3,177 3
907,197 907,197 00000000000000000001ba9f66ebb351ae73ee5ca9de04c27b480095ef95554f 1.76 MB 4,643 1
907,196 907,196 00000000000000000001284bd54fc319fdb7fbc99808f4397773ffcae33f487e 1.70 MB 4,486 1
907,195 907,195 000000000000000000018c308bf5a7c0d81515f2c56f01b0de8c134fc957ed7b 1.75 MB 4,654 1
907,194 907,194 00000000000000000001fd4187672d1c3d2048c810381c3178b1b1965d4319c7 1.64 MB 3,645 1
907,193 907,193 00000000000000000000d0e374fe8d8d0ce80314f4613fd0ea0737ca094cc3bd 1.71 MB 2,514 2
907,192 907,192 00000000000000000000917fdca84b1e7994e19e63d8b0afa0bac966b0d3a93c 1.60 MB 3,138 2
907,191 907,191 00000000000000000001de0bee49d22a48b5b60bb57f1665b672a3e72f2a6dca 1.56 MB 3,723 5
907,190 907,190 00000000000000000000174f7647adf67d461ed8cd3e59b144feb5796ee6775a 1.57 MB 2,340 2
907,189 907,189 00000000000000000000543a25302d20833a9afb91bed2018458945a12228e8b 1.95 MB 4,464 0
907,188 907,188 000000000000000000016689a83ba3a69285f65cb6cbc4273279054e3a3af67b 2.14 MB 3,293 0
907,187 907,187 00000000000000000001f7c06a236b60be837687099f776f7838ef77b3ee68bc 1.52 MB 3,011 3
907,186 907,186 000000000000000000007816c53bcfed665f449da7ff0b989f9c5c091d07e8bf 1.49 MB 2,920 2
Previous 10 blocks ↓
Total Size: 769.31 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.91 GB sent, 94.54 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.