Memory Pool Memory Pool Refreshing

2,644 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,290 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 2,637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (902,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,704 5,704 000000005bf129772a6ad06016b514fa89ee7a4ba333a657055bf709d3017c5c 0.00 MB 1 0
5,703 5,703 00000000b1b83eefd9c54cce943557976252d43d68ab28a0ce7021f15a55ec0e 0.00 MB 1 0
5,702 5,702 00000000a46ae93a5a781423b03f598dc17f2f48024097a9582700d07f49bcd7 0.00 MB 1 0
5,701 5,701 0000000043daed14132a6a3b129c5a87f8d8b27b818878583dcc2702fd32a479 0.00 MB 1 0
5,700 5,700 0000000092401f6c614f894c6cc1f2bc24a68c817371e82fe06cd9a954acf7dc 0.00 MB 1 0
5,699 5,699 000000006325d81ffb96930c61b945c4ad136620cd31f34b6067ab3b1e6891b3 0.00 MB 1 0
5,698 5,698 00000000e7e3a995b5f7f1d9cc036bcadf514ee35d7b2519e165418ec189f2c2 0.00 MB 1 0
5,697 5,697 000000007fb34675c45620585e2f2a28b2180270589e9740a08096ee54845a0d 0.00 MB 1 0
5,696 5,696 00000000aee45a45d367a33e8d164a989e07c9c02fb77e60eed5c80111b12f5e 0.00 MB 1 0
5,695 5,695 000000005036d70314279359adb43e4491dbfb418c4be653b11f7eb2a4d506f1 0.00 MB 1 0
5,694 5,694 0000000012e205a04fe7a4742f5c954e6f86249760d827d72db877fc5b2a9e3f 0.00 MB 1 0
5,693 5,693 000000003f1bc1f4ac95537d79c9fb4bf77654ca1703c94d2b49f52e7574fb3c 0.00 MB 1 0
5,692 5,692 0000000073206ed6b450c75cedfa97ae033d3ed6866ba4ff83ccc35a388479e9 0.00 MB 1 0
5,691 5,691 0000000053722ba5c29caed83eccdd4fc56656f1609517048adc1143477ef1e9 0.00 MB 1 0
5,690 5,690 000000008a8b4be0aed3eb15efad0eaa713b726f92c3c835d0081195c3edc919 0.00 MB 1 0
5,689 5,689 00000000e97b7fc46af3fd4592fe0fa9a9c0094da8b9a8fc7ef4810c6a23c304 0.00 MB 1 0
5,688 5,688 000000000941e2ff1d64d48fe0d72964d2ea14d33fca450070c7217975c5da46 0.00 MB 1 0
5,687 5,687 00000000767e2a9150cde98fd41225d82dbcef705ff5ffbe5627bae30404b870 0.00 MB 1 0
5,686 5,686 0000000003104a3dc59b8ce521a427b6cfdf67c6e183d36d1e5e74df7f83bbb0 0.00 MB 1 0
5,685 5,685 000000009feebe5cf4b3f28644cfcac8afc24e73548e0a9c54fd99d490f27315 0.00 MB 1 0
5,684 5,684 000000004d18f3fee1ce2d7b407748e2f14e330b4c7b1767763743676e1c9cf4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.29 GB sent, 98.29 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.