Memory Pool Memory Pool Refreshing

3,950 transactions
3.34 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,662 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (846,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,101 62,101 00000000008eb7882477fc0a7d1b59d3b2f1b7548ed6f5cd8a50b9baf91bd964 0.00 MB 1 0
62,100 62,100 00000000090ce0d76805fb286ec5cd7b62b04ed507bb8fcadbba1ad79a753ece 0.00 MB 1 0
62,099 62,099 0000000007a90d1a9b1f6b9396ee3e9122a3bf79cc16a0c897c42a37e2024e64 0.00 MB 1 0
62,098 62,098 000000000b3c4ad0c2f59b9da094da8fab3504fc20b81881fe427be3d7b00f10 0.00 MB 1 0
62,097 62,097 000000000e9205bf8a20a6b0deea93b0a6007004ba878257a7b8123d381b5467 0.00 MB 1 0
62,096 62,096 000000000b5d524f5b55a2e99bfa1bcc1b94264183b2191f14f70a090929e106 0.00 MB 1 0
62,095 62,095 0000000001b38ae7d87ec4248f89ca460c1a15423330c6801c29bc6e5ffdc869 0.00 MB 1 0
62,094 62,094 000000000693a29edb43bacbb4653ccd2b758157e87e8ea2c8298402f67eafe3 0.00 MB 1 0
62,093 62,093 00000000084ab3e5e8909002c8f5dac68a6178667b5944efd1924fecfa5b1c34 0.00 MB 1 0
62,092 62,092 000000000b1ef3ba4e21a9248b2b0e5a290c728be3a2df10de707967cd826e6b 0.00 MB 1 0
62,091 62,091 0000000007a07b41b9ba5db1c3b3aa3e4eda205281843d274a164ea1fa8e7d24 0.00 MB 1 0
62,090 62,090 00000000043128c1c5ca6c0822276d4335e5512def97d88de20af9ff348e869c 0.00 MB 1 0
62,089 62,089 0000000006dfc47b1f0087b4a533fb56da3c57d04357d1a3abcb47375c81ffb2 0.00 MB 1 0
62,088 62,088 000000000d029dca379020e7425f9bec25f2ee18b7834fde6fe37c75ff9368a6 0.00 MB 1 0
62,087 62,087 0000000001618ffd74941a0902b26652451a62d064136ab727545b84603f971e 0.00 MB 1 0
62,086 62,086 000000000e5d1371fda42c2e7dd4b6d85319c1a14f9f1a5e91f5534913a15645 0.00 MB 1 0
62,085 62,085 000000000c05519067dd577571f67e0bdf8845c0932c686dc191e306551ced6e 0.00 MB 1 0
62,084 62,084 0000000007d9fa44244b183a58e788416fb67877931efb6fea5c4696c0b67205 0.00 MB 1 0
62,083 62,083 000000000a90d86ad7b135d328e17f2511362b8b055da18728825086fe5b02b5 0.00 MB 1 0
62,082 62,082 0000000005ab72c33dd520a67dc521041d9912230c71772f9e8fe57b10ca5845 0.00 MB 2 0
62,081 62,081 0000000003f9d8d8b7d23ebfc5e00246bbb829bbab73a626b1b90b86919d4abc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.65 GB sent, 101.74 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.