Memory Pool Memory Pool Refreshing

2,961 transactions
24.93 vMB
Show Random Selection Loading Transactions
Max Size: 101/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,308 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 2,704 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (898,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,099 10,099 000000005f69c36e91e3826d86b30157102e5ff8a21e7ef4a4dd287f7d45157f 0.00 MB 1 0
10,098 10,098 00000000c7be5fcdccca10b338366a3862b76c7482f162c3ef0f8512346cb910 0.00 MB 1 0
10,097 10,097 000000002cc750d6470b6068c86d1759cca0f13150edcf37696d5f8747a7c3c4 0.00 MB 1 0
10,096 10,096 0000000078ca078f88bd06f12d772762e9405a59aaff2fdb0e4a7effcb9ee19d 0.00 MB 1 0
10,095 10,095 000000001b8b6c92c7bfd693820867676efa2b02553803e83bbe416f7e5c0c4d 0.00 MB 1 0
10,094 10,094 00000000da1522b94ac06e918a04983409a6e692db17aa436eb78406dd7c6d3f 0.00 MB 1 0
10,093 10,093 00000000b510c7451d4ff14dabd760665b2dbbb2174c2f14c1e15c3679065d81 0.00 MB 1 0
10,092 10,092 0000000095f2456ef610708ec2f0f605ff96d69500d7f1ab4fd1bdc42b435cba 0.00 MB 1 0
10,091 10,091 00000000d0f165252c17f2f3ded63a6d4495057abd91e5adf31d1c597aa4481d 0.00 MB 1 0
10,090 10,090 00000000e7048e42ba764b6b5aca9ca5a3a025cf3500fae2c75eb47ab38e2655 0.00 MB 1 0
10,089 10,089 00000000295da40a96d04cdb714e8872a37548569f57e0efae34922032fd770b 0.00 MB 1 0
10,088 10,088 000000001a6b7266a388773fb8001324acee038f5c6711e3c822b43ebb4fe24a 0.00 MB 1 0
10,087 10,087 000000000bf3cd370ab9fc8da587050746c67de076c5f456f78e0451d1f2fb5e 0.00 MB 1 0
10,086 10,086 000000000a30752c55cd607c0cb33bd916d3c88f25b7a614f0096f273e28854e 0.00 MB 1 0
10,085 10,085 00000000a95c35cbe043037bd513b9185971b54d3e6c55292a4b2a7d31a04e40 0.00 MB 1 0
10,084 10,084 0000000059aad6891805337a29898957697c87c74c1f1e25ed5e9f58e4e7ca92 0.00 MB 1 0
10,083 10,083 00000000437f93e4004f900a86ad233fa6dd27703f6cd0d48582665e9f4ee73a 0.00 MB 1 0
10,082 10,082 000000000c3d7d938be6bbe1b56d2eca2a1f3607cbe709dd449dc3cacbfa177a 0.00 MB 1 0
10,081 10,081 0000000078753ba3e0c710ac83c17ff2ce6572d14e6f07236a8ca222839f1bb5 0.00 MB 1 0
10,080 10,080 0000000012ee5cd7ab160c09b83754c095fef94ccead459dbc45184a56154053 0.00 MB 1 0
10,079 10,079 000000009b0a4b2833b4a0aa61171ee75b8eb301ac45a18713795a72e461a946 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,695.41 GB sent, 98.56 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.