Memory Pool Memory Pool Refreshing

6,346 transactions
3.68 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,727 (784,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,562 123,562 0000000000006680ec6b335553d564d3cc8775e0864edfef1b45e3dd9a25b4f0 0.02 MB 9 0
123,561 123,561 0000000000005ce5229e3a1b5e052b409c52af2e0dbb7f7408e2da0d126681de 0.04 MB 93 402
123,560 123,560 00000000000044ed0616bdf39c425047cc717c09d2464e7cafb772f9591006fa 0.00 MB 5 1,621
123,559 123,559 0000000000002db9a36cb84cc833ff6f0850a99887e41944660da92c6e37a36f 0.03 MB 45 426
123,558 123,558 000000000000112cbca19c1ecb2f88e637588a625a41e7a62c901d250f732cb4 0.01 MB 27 883
123,557 123,557 00000000000038a59f899934fc167d7596bc7593956f013295bb3e9fd6141cf3 0.03 MB 73 582
123,556 123,556 0000000000006a1a66248e988ae041758edc5132319df410e00a2d9686008275 0.01 MB 19 1,527
123,555 123,555 00000000000030e507bdca32f99bd1dcc07bd5ac4a6063788896bde52df4956a 0.01 MB 24 797
123,554 123,554 0000000000005b9cc449ec41a1fb4513391baaa910290d000954c7cdee7b5116 0.07 MB 165 1,303
123,553 123,553 0000000000004ebb2f2ad23d275d8a15195738b04abc53034a046642e4542aa1 0.00 MB 8 543
123,552 123,552 000000000000433a7e4aa92bbc0fb1ec5084f26a28d8e7f135f2fe8242d811f5 0.01 MB 20 1,244
123,551 123,551 0000000000004c9d63d769a139579cf643e16390474173fcdc2841909b69095c 0.00 MB 1 0
123,550 123,550 00000000000066c8413d214ddccd3c175a3688525c506fccb07a2875d3a7db6c 0.02 MB 39 725
123,549 123,549 0000000000001097e8c9bf842ee045db24074316525e98eefc98ee1fd0fdbd34 0.01 MB 15 245
123,548 123,548 000000000000150193842bdba2da8d2b71ca9bace7c21fc7d2ca0ed7255487e2 0.00 MB 9 297
123,547 123,547 00000000000004cec6945cdea737ce4f86ff1b2c33dd0ad2f0c948bb8dd9bb2a 0.00 MB 7 461
123,546 123,546 0000000000001ed443ec8541b1a4d045297aa9d345232178327a3306675da73d 0.00 MB 10 803
123,545 123,545 000000000000375ae8779be74a82c4742b4e4b84695d8e1e0553fde5a2e1e446 0.00 MB 13 295
123,544 123,544 0000000000000e686ff24b24374bbad3390032c343384bad5308049c3ac5a80d 0.03 MB 73 606
123,543 123,543 00000000000067e311dea3093fe2320d4138ec8b6932e05f224ea1a73b74a96c 0.01 MB 38 2,582
123,542 123,542 0000000000002698c8db4750ac089b806758ab227efb9ae633c3cf9821a0ac91 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.88 GB sent, 93.05 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.