Memory Pool Memory Pool Refreshing

8,797 transactions
3.96 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,991 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (746,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,453 161,453 00000000000004a4a47637b2f027f43c5a618bf911d517b21b00952caa1e649c 0.03 MB 79 0
161,452 161,452 00000000000008a830baf9287a29630a68701a9f2a0a1db04d0a3ecae7e51b54 0.01 MB 21 23
161,451 161,451 0000000000000734f9f411f3b70c8500a08a369e9aa8038ab185ca8120dbcfd5 0.03 MB 18 77
161,450 161,450 00000000000003eb993a736285eebf1cbcae7de278e8f56fbb1f910d7c2a7ee2 0.04 MB 63 70
161,449 161,449 0000000000000c1aee2a4978711f4fd0cbad2b0b705353729177896d1cb59b0b 0.05 MB 90 140
161,448 161,448 0000000000000ce29a8dff8a04fcc3c312da35d9f88fc92e809f254a01558c91 0.05 MB 175 101
161,447 161,447 0000000000000aac62b25809b7c0f75c828a95840ca6a32883d2165973f30990 0.00 MB 1 0
161,446 161,446 0000000000000b0d0dcbed7801ac0f65186b74384e0aea26507e897d977f0797 0.01 MB 23 196
161,445 161,445 0000000000000484e402358d4de1feccc62708881e87066dcdec4b425c201095 0.00 MB 14 25
161,444 161,444 000000000000007a3ede5518d2758624f48cbe4a8c299d26658ac24e0b08501f 0.00 MB 9 15
161,443 161,443 000000000000036e8f745549fb73fe42ddc584cf9631f66e3fce5857a7472380 0.05 MB 61 95
161,442 161,442 0000000000000737a47d73774f5b3a7f96beab77d5201a6dde01939b93edb093 0.03 MB 62 59
161,441 161,441 00000000000004803bb7bac1b79eb802b931482264194cbe310572347a048f83 0.01 MB 25 41
161,440 161,440 0000000000000993f9c9eba4809f2f3f2e0a9154b833377885e7ac5473d406fe 0.01 MB 23 249
161,439 161,439 00000000000003af864588ad7fa695247f84097edfa0cd7918ba7cbd71a86744 0.05 MB 97 21
161,438 161,438 000000000000017d193c5cebc280d9cb2a070b7c18fc31fc58419132cfad9cd0 0.00 MB 10 450
161,437 161,437 0000000000000b33145e9910fb6842c03c9b353017e03183e84ce63fc5eae973 0.03 MB 61 12
161,436 161,436 000000000000094ad3879302d2b42885e5a98879202cc4a11733faea5b32e274 0.01 MB 3 146
161,435 161,435 00000000000009fd97e2984939846e59c48b507b7d4d1b08401331255fb60e22 0.12 MB 28 764
161,434 161,434 00000000000000992c63824df286a91fd586794d3fed37ad870c5f87766f4cd6 0.00 MB 1 0
161,433 161,433 000000000000037ac1e53eeff2f2c428bbba0f6b1ac7834fea1049c359809a2d 0.03 MB 18 91
Previous 10 blocks ↓
Total Size: 769.17 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,633.29 GB sent, 93.78 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.