Memory Pool Memory Pool Refreshing

12,754 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,043 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (623,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
284,135 284,135 00000000000000006a9589e45aea146ef3929997ba9861d564c0502f71b1fdf5 0.25 MB 793 57
284,134 284,134 0000000000000001198ba55fb3cd1a1fbfac5ae614569a752a665b8727c02780 0.05 MB 150 148
284,133 284,133 00000000000000009d0877218ecee1478c12b538bca3fb86959d5140304395b4 0.35 MB 918 88
284,132 284,132 000000000000000099c4af5371205fb0171026011a00c80eabdf252240740cea 0.17 MB 305 24
284,131 284,131 0000000000000000cf340bdbb4bd56b76bda9edc477ba57055cce216b58c84ad 0.05 MB 178 81
284,130 284,130 0000000000000001cfa06f17faa6f258c38d6b15201e4996618a3ced892e8a03 0.24 MB 558 45
284,129 284,129 000000000000000013d8d4a126d65be0f65132f2ca6bad2c867c40c44d51ed0e 0.10 MB 187 28
284,128 284,128 0000000000000001441224d2a5398f75f1d783842a3b25ba56235741bce80fa7 0.46 MB 785 27
284,127 284,127 0000000000000000a625719cb9719950e37ab008bee1f144ee8e9a92db1e413e 0.05 MB 158 91
284,126 284,126 0000000000000000748497f81ef82ac52c71279d081df3f4b4290048a6cfe092 0.06 MB 149 40
284,125 284,125 0000000000000001ef4a91d2bb99673382260b562cec524aa021a62820dff40a 0.10 MB 164 20
284,124 284,124 0000000000000000bf26d01c7d88418dbcdfa87b9c59dee1c1529f4b5ee4697a 0.34 MB 676 38
284,123 284,123 00000000000000009a7443141177e6e909904c908f8fe8db61e257b69c7f6c20 0.11 MB 190 30
284,122 284,122 00000000000000005172f007e862301fc3de270fe4e22f7c4c887246c29b0025 0.17 MB 245 35
284,121 284,121 0000000000000000587ac7529adbe4d5d59f085fa29d435f1617ed729d804c65 0.20 MB 535 64
284,120 284,120 00000000000000007c7078e8bdc0783b66ccc2413196d9769ecb2973beef4957 0.33 MB 680 33
284,119 284,119 0000000000000000a10c8aac2353f3c81adf72894c7f0b4f1ddf72454d2f278b 0.05 MB 175 113
284,118 284,118 00000000000000010127ede1a713213d1ced0f53903fa061a22b8521a036c433 0.32 MB 352 28
284,117 284,117 0000000000000000ea4c68b5001a0f529e2e8dcdb7aa0bb5789c3f13ff404cc2 0.50 MB 891 34
284,116 284,116 0000000000000000f37ff7e24f26da0bdd460d211031c57d699dbae4651c8c92 0.50 MB 906 29
284,115 284,115 00000000000000017494d1c9760c51bbc7ecf05e2e38636ca1cd74c513f33032 0.25 MB 637 35
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.