Memory Pool Memory Pool Refreshing

2,411 transactions
0.95 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 2,410 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (27,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,257 880,257 00000000000000000002485b6ccebf470f74cccb6c95d48d8e7b35771de4b82d 1.61 MB 2,648 4
880,256 880,256 00000000000000000000ebac39d665e3b8321bc1877f70eaf1ec3eb85bf3ea67 1.68 MB 3,129 8
880,255 880,255 00000000000000000000ce716ebc4a73f0c13980e4c6a9d7f50e421fd48d3173 1.61 MB 2,968 5
880,254 880,254 00000000000000000000d91493696805e26abe385dd18f06f48d3cfbfab18d62 1.68 MB 1,778 5
880,253 880,253 00000000000000000001b5662893a496d4663f5df70e21732072de675564fba4 1.70 MB 3,308 7
880,252 880,252 0000000000000000000149eeaafbe03961abbec758c5e1cb434d05e87bf4d653 1.80 MB 2,871 5
880,251 880,251 00000000000000000000e60fb26fb526dd81ead02c758c7c80bb59c4b56cdcb9 1.59 MB 2,201 8
880,250 880,250 0000000000000000000224bb543a2deef1a42e5ac2c61bc707eb3e941aec71dc 1.56 MB 3,928 10
880,249 880,249 00000000000000000001e07e0f880e4570ec3b8c6f413c689316b24816901368 1.68 MB 3,330 7
880,248 880,248 000000000000000000026b48ffdba9c1081b132a4b37a54d38d87233192116fa 1.64 MB 3,247 8
880,247 880,247 0000000000000000000267f73494ff936d969c5c0d8d28a4d6b9b310a44162c9 1.43 MB 1,688 5
880,246 880,246 0000000000000000000141e2a1410063d3f39ac8d5be14233cfe8687720e092c 1.69 MB 3,214 6
880,245 880,245 00000000000000000000fc7a53314b9747f943774621f9e8574eb7a6bcd74398 1.68 MB 3,368 7
880,244 880,244 000000000000000000005c6cac8f40665def5372632267505bd7c152350f0615 1.68 MB 3,390 9
880,243 880,243 000000000000000000022d50b3cf64e2b2a056068a723a5e7325ca492cfe5ce8 1.64 MB 2,955 8
880,242 880,242 00000000000000000000d5e59035f54b3dbeeed3978a5149f9c4eb36ac879788 1.67 MB 3,315 10
880,241 880,241 0000000000000000000034433ad75814b84ac814c9baee2c823d924520965d1e 1.52 MB 2,863 3
880,240 880,240 0000000000000000000089725dac72c889e5a45149ec7aa5f1b40b2df1036fbf 1.63 MB 2,956 5
880,239 880,239 000000000000000000011c7486637f71b774022fc58f8b74393c90a6c276bd5f 1.66 MB 3,230 8
880,238 880,238 00000000000000000001f161f429c363e1722c82ec89ac595f8aac61dd17227c 1.66 MB 2,214 3
880,237 880,237 000000000000000000025a0e96f95cb44fef0913cfea3a9421100bbd0a65b898 1.64 MB 3,128 8
Previous 10 blocks ↓
Total Size: 769.09 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.35 GB sent, 93.35 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.