Memory Pool Memory Pool Refreshing

520 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 499 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (51,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,477 856,477 00000000000000000001226b9dafd7284fcd59fc32488973ba904a4d19d3f74c 2.18 MB 1,064 5
856,476 856,476 000000000000000000017d7f05b8c84c1461c864a7ad04c3694345d99c96a74c 1.70 MB 3,147 6
856,475 856,475 00000000000000000002e15d7ee468562ec2aa684887785202e7068e0e9aac6b 1.58 MB 3,559 10
856,474 856,474 00000000000000000001fb400392ec094409d4ae2ecc604d9d7c177b6ae039bf 1.65 MB 2,875 35
856,473 856,473 0000000000000000000025c8c83f4d5812aa6f9b58afe8f5317ba3094636abdd 1.48 MB 2,567 12
856,472 856,472 0000000000000000000145a115f47636f99067f6bf296e4a3d6d3b2b8af39746 1.85 MB 2,189 4
856,471 856,471 000000000000000000021d42f853324f24ef5e8b4c3649ad03bced2651c1e74e 1.78 MB 1,736 12
856,470 856,470 00000000000000000001abf0c6133ed18ec2bfb1d2f59efa86dcfde8042391f0 1.74 MB 1,729 21
856,469 856,469 000000000000000000006e6a60bdfb37f82f5c8f68b8549c54856ac0fb02ecbb 1.82 MB 652 5
856,468 856,468 000000000000000000010268019016b80bfee3603b8a31c58836f0b509a9dd94 1.60 MB 2,781 5
856,467 856,467 00000000000000000000b1ed44eae615c588fe3fd2e8fe4cece41b5d36ff6a8d 1.40 MB 2,553 4
856,466 856,466 00000000000000000002b2d5483f6654bcea75482ed7a213f3b4be9dd93ed10f 1.70 MB 3,781 5
856,465 856,465 000000000000000000015a0b87bc240fa41ba3348f207d77b55fa495f6c44775 1.61 MB 2,903 6
856,464 856,464 00000000000000000001f69a313c3a502bba4fcd4b47e3954f22f9c1a932b0e7 1.63 MB 2,758 5
856,463 856,463 00000000000000000000491825a8bcdc68a66afbe38adc3e8766af709ba7bd87 1.51 MB 1,643 7
856,462 856,462 00000000000000000002258f2ba21d6c8ae9cde14d5ed9e7b12c3d873f18b209 1.70 MB 1,987 9
856,461 856,461 000000000000000000007d68ca9f28d41909f5f0f676b147a70126fd8ca9219f 1.65 MB 1,608 8
856,460 856,460 0000000000000000000103c4371dad7f675eaff39e6ad555b9b23b8dc057fbcf 1.72 MB 839 7
856,459 856,459 00000000000000000000d8dd12868981b98a8f24e00e2a786e427f31242cc90f 1.80 MB 3,763 4
856,458 856,458 00000000000000000001b9d04b93a834ddcc82c64af525ce9f13e5b902d5c949 1.67 MB 1,595 5
856,457 856,457 00000000000000000000edc3408856d928d191034064dec87d87d374cf5972ef 1.66 MB 1,677 7
Previous 10 blocks ↓
Total Size: 769.10 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,629.07 GB sent, 93.41 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.