Memory Pool Memory Pool Refreshing

6,160 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,481 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (27,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,264 880,264 00000000000000000001d1006aec113c68b5a9c4aa6d9707e454237c78dcc608 1.84 MB 3,799 3
880,263 880,263 000000000000000000001e626d51c335c3ef5f5c427b15d3f83271763ad89a19 1.70 MB 3,173 6
880,262 880,262 00000000000000000000ddbdfe3b766860067e81d09f9b9c47be2702832eac06 1.86 MB 2,788 4
880,261 880,261 000000000000000000003fa8f047fcde04855379198b794178b777ed01f5ca11 1.63 MB 2,878 5
880,260 880,260 000000000000000000025a431d550872d5643cf086ce3ac46df30bd9863261f5 0.00 MB 1 0
880,259 880,259 0000000000000000000148253122f834d291a525411c75a43b4eb3d80c9b4920 1.68 MB 3,081 6
880,258 880,258 000000000000000000008e1ee43a01666b665a8f326f17b21ef09532452257ca 1.83 MB 2,830 5
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
Previous 10 blocks ↓
Total Size: 769.21 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,634.60 GB sent, 94.02 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.