Memory Pool Memory Pool Refreshing

1,453 transactions
22.94 vMB
Show Random Selection Loading Transactions
Max Size: 92/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,315 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,215 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (806,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,857 101,857 000000000000ac5a598307549353873c21ff9c1d9b2abc2e26c3e0c0d7d87c9a 0.00 MB 4 0
101,856 101,856 000000000002c26508ce93017ce88b4857eb7faaccf96c1e2ef5c6abed79fbad 0.00 MB 3 0
101,855 101,855 000000000002a6a9f30cb6ed5e293a5adc953658cf0213fa5404b672f5da30a7 0.00 MB 2 0
101,854 101,854 000000000000d4ecfd2e113f1536ec8621b06cf027ae78892032f1e8d518ce14 0.00 MB 3 0
101,853 101,853 0000000000018b94b71630c2c38f8b0bf8e3a1e76577e30b94f250d7989dd409 0.00 MB 3 0
101,852 101,852 00000000000122d87525424a8ff4ee1a7edaffc89d59aed80d7308cfea4f0c53 0.00 MB 1 0
101,851 101,851 000000000002db914003592855e8b0563fcfb98ca977f2cc4821e703d2d74cac 0.00 MB 2 0
101,850 101,850 000000000001f498067a255c6b16b4ac5929d1a7d3b4137d782b9668f8dd6bd3 0.00 MB 7 0
101,849 101,849 000000000002cdaf2dd6a8442dc55246695afba166b8a9ae70defff4fd1c4315 0.00 MB 2 0
101,848 101,848 000000000000e7ab4cd1d43e8ab503fa1e7f3400f58fc473ef1a1cfce148cf2a 0.00 MB 2 0
101,847 101,847 0000000000018cdef307bbd7f92bf05b471947064f7d4bba53ebc5ac1315ba76 0.00 MB 2 0
101,846 101,846 00000000000008e50c971a903b09ce24791c3c684cb5b4776a30ae3be2134934 0.00 MB 3 0
101,845 101,845 000000000002953c502d4a46bfa04359521228b32113a4e68e7a430cef6e8eb6 0.03 MB 110 0
101,844 101,844 00000000000126124fcbca5eb5b2ed8f7da2dccd870741c472877824cde53c20 0.00 MB 13 0
101,843 101,843 0000000000014afdfdfe4f16d3038591430e054de40862a3dd1ec14180945bff 0.00 MB 7 0
101,842 101,842 000000000002c3e69a89c4d67ad1dd8b2474422c2a6ad4ba82c4ab56430b2e10 0.00 MB 1 0
101,841 101,841 00000000000277eaf24f66ae9f16602a5cd7f335a83d85c943c6455f6f208870 0.00 MB 1 0
101,840 101,840 000000000002e035fcc4013e86fca2abcfd9ba3bb9ef8748d7bf0478fd0246e4 0.00 MB 8 0
101,839 101,839 000000000002968426c7020a6dd3e85f78f95d26ab9ae25ec0f25ccc9128e948 0.01 MB 14 0
101,838 101,838 000000000003283feaf0689b33778ef57972c0cc443b4c5fbe7456b10a4c1e74 0.00 MB 2 0
101,837 101,837 0000000000006e97f7992e24cb337222f39120d285219a8755bad21ff505f370 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.33 GB sent, 98.60 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.