Memory Pool Memory Pool Refreshing

3,310 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 3,286 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (267,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
640,007 640,007 0000000000000000000d2b27a8ccacc61ab6d3392d0ac9a0b8dd2146d716e29d 1.30 MB 2,570 72
640,006 640,006 0000000000000000000a7c439edef690a99efc0af817ab74af6a7baf1ac94a40 1.35 MB 2,086 51
640,005 640,005 0000000000000000000229f851071953cf863e3f5987b74e707462a8b381be4f 1.40 MB 2,555 41
640,004 640,004 00000000000000000009d98ef31a2fd86c935fde21b4af832f383b01199c9cce 1.28 MB 2,353 77
640,003 640,003 0000000000000000000bd1b9cdd4272c1b487605bf85f1adfebd70f3b69e4cf5 1.35 MB 2,036 57
640,002 640,002 0000000000000000000c90db3e8f3b2520585d52e7185d2adddd4e06b1ab03ea 1.16 MB 921 11
640,001 640,001 00000000000000000005d7f53b9a9469e6fbef5254cdd5d04a292ad977492d53 1.14 MB 744 9
640,000 640,000 0000000000000000000b3021a283b981dd08f4ccf318b684b214f995d102af43 0.00 MB 1 0
639,999 639,999 000000000000000000023664002414fda60b87ec3595c8bcc3ad0312f3be3d14 1.27 MB 2,019 26
639,998 639,998 00000000000000000010136d975f84a1506dfe3373a3e7dc491759ce57e16533 1.02 MB 235 3
639,997 639,997 0000000000000000000d1dd36b0c8d6fadf9f60c118acb0b627840ffb29e5de1 1.31 MB 1,374 13
639,996 639,996 000000000000000000096987ac6a1b5f5f1c3256d81b0f41eb61746cb149cf6f 1.28 MB 2,665 39
639,995 639,995 00000000000000000000c6cc560017dbe71b2e0a46547fb27fd732c58d8d8e34 1.19 MB 1,957 15
639,994 639,994 0000000000000000000dc942c733dd4ff15d542a3099912869ed8a03b2b41409 1.37 MB 2,503 44
639,993 639,993 0000000000000000000d2ba336d69204d5acfbbb9e00d5b872066c8e4f39dd79 1.25 MB 1,530 17
639,992 639,992 0000000000000000000291ee357a84cb60399551694580cf87439a69a2120b20 1.35 MB 2,297 30
639,991 639,991 00000000000000000006415fcf31e936df842d069dbc09200033053a496c7e90 1.37 MB 1,054 6
639,990 639,990 000000000000000000083923b75abc7c33245ff3d220f2047b58d082926ceec9 1.20 MB 2,517 20
639,989 639,989 0000000000000000000efcff99b8685c47dec87602a83a17fbdb2a25684dbf5b 1.35 MB 2,099 13
639,988 639,988 00000000000000000001988b4adfe9c3f70cf2fbf6e89fc3f88759061c3c3433 1.39 MB 2,833 58
639,987 639,987 00000000000000000005fdf8f4760484677092f604919f064c47fde670b59115 1.34 MB 2,502 60
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.91 GB sent, 92.84 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.