Memory Pool Memory Pool Refreshing

4,503 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,578 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (419,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,714 488,714 0000000000000000009112e5d68d23bdb1d2a7b6bde545208cd89e87d75da9c5 1.02 MB 182 8
488,713 488,713 000000000000000000e2385e0c21b3ae9d6fba7fecb88edf11a44197b74722f4 1.02 MB 215 10
488,712 488,712 0000000000000000006ec421b4816a7ba4fa5e45ad1d9fab7c81eca56e0cae70 1.00 MB 910 63
488,711 488,711 00000000000000000043da041057c75d8837b9dc1965422112c43b165f4ff2b9 1.00 MB 1,614 68
488,710 488,710 0000000000000000003fa9f314bd71dd391518c8ad405ce30ab52a4473b35ece 1.00 MB 1,293 61
488,709 488,709 000000000000000000d26836286eeab886c9459c5f90025d15c49d9adf48f695 1.03 MB 1,233 61
488,708 488,708 000000000000000000b842327443bf14abeb19515fc3db7c5c2a0d301f93d40b 1.01 MB 291 10
488,707 488,707 0000000000000000002b948323307ecfde37653069a8a8cc0c445e19e1e3d801 1.02 MB 2,567 146
488,706 488,706 0000000000000000000ddd0647f70ba81ee1d5bc80634f2b5dd8444a19ddbed9 1.00 MB 1,337 65
488,705 488,705 000000000000000000f5f4cc53fa923851c20246beb3d23d9362fbb39d008c63 1.04 MB 2,140 84
488,704 488,704 000000000000000000d960327ccf708a18fdbb566fd861fbe18716a587ea0837 0.51 MB 883 54
488,703 488,703 000000000000000000eb553e5744f28fad211e968e441da438d8cf7311aff224 1.00 MB 1,779 92
488,702 488,702 000000000000000000f6c9efc2046325cf3462ef1ca90bf528581c1bb5a4b2ab 1.03 MB 2,001 120
488,701 488,701 0000000000000000006031e25427296e6f7f51466e5c79b74231925a9cd4910d 1.00 MB 2,474 159
488,700 488,700 000000000000000000036be0690b31b1bba6238adeb7877895f3a998ff86c3c6 1.00 MB 2,054 95
488,699 488,699 000000000000000000297db0d200296d94534400c3b84680c6aa8d93727253a0 1.00 MB 2,584 158
488,698 488,698 00000000000000000078265036f75154bc060bf8f3520aa887fe86775064a023 0.81 MB 1,670 68
488,697 488,697 000000000000000000c76e0f5a1b9e0ce9dadcaf5eab4cd360a6fe72349a2e54 0.25 MB 407 94
488,696 488,696 0000000000000000004aaf2752660484c46076e1f42b107c3ce24f633b6d6564 0.60 MB 1,181 85
488,695 488,695 0000000000000000006ab65c7d19db9fafac743b586405df230dd65c6a4366ea 0.01 MB 21 101
488,694 488,694 000000000000000000a6433864fa9c78a0ecf66e83dd96c7e40bec56bcf50c34 0.19 MB 455 87
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.