Memory Pool Memory Pool Refreshing

4,075 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,733 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (718,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,048 189,048 00000000000002ad80a42e04528ab8f2962f5bea0a39f6d9d821ed2a035255c2 0.15 MB 360 194
189,047 189,047 000000000000058b25cac74d3301eaeadee864c887e11c8b7d5094370a9143d8 0.01 MB 45 158
189,046 189,046 00000000000002c39af680e5e701f9b6a01f45b8bef40ceb3f723fd5a1ac28ec 0.04 MB 94 165
189,045 189,045 00000000000001a50597fe4771668bbf84d6f6b537e4df3a0848cf0d3bac2870 0.03 MB 59 184
189,044 189,044 000000000000006e51dc81b5493fdbc6123892f23c7b9e6d73ab73a24ff8ba96 0.02 MB 63 169
189,043 189,043 00000000000008354a3c9c9c548eb1da518c4c80d2546885f45825ee3c6dae47 0.00 MB 16 66
189,042 189,042 0000000000000945c687e5284a2c840f5be8523b4070cb57090398bf525fa84a 0.02 MB 41 90
189,041 189,041 00000000000004d63b27d411b83142208d6eeec00e1a70bddaf5dae375078aeb 0.02 MB 62 42
189,040 189,040 00000000000003e409e4083cea9ba5ceb81aee86fbe95b98e0e0064cade502b2 0.00 MB 10 33
189,039 189,039 0000000000000803ff0ece6b1dc824d5bf0e625a0b55fe3644d869be5fb28204 0.08 MB 208 356
189,038 189,038 000000000000056dfef3cddd9ec2383de0299a500196c966e549e2eedbec6687 0.01 MB 25 47
189,037 189,037 00000000000005b8af3e56b35d57a6f48d7b175c7d790ff7cc1746e5fb762ba6 0.06 MB 186 121
189,036 189,036 0000000000000100bb0967a4864202eee1cfd2944109363f03ffda867891498c 0.08 MB 256 258
189,035 189,035 00000000000007fa4c7b03c6491f845cc262eec0fe51c23623cbfd8fe103a324 0.03 MB 32 240
189,034 189,034 00000000000003b5ffd1eb715e5f8590b2933257d0204828ec1197bcac3b2057 0.06 MB 189 92
189,033 189,033 00000000000000f15e21aea7e1b2b1efcb3b560bce09ece07dbd2c4a701e8ecb 0.01 MB 34 180
189,032 189,032 000000000000029530b2d946f50454f3de37445534c50309dca31ba9879c68e3 0.07 MB 169 161
189,031 189,031 000000000000078d7b26373904043dfc9201d5b59003dc7d71fd392aa28a9f16 0.12 MB 256 295
189,030 189,030 000000000000004d2f276388d57cf84c2f8290f3fd02876e3ab2fefcf9365d0f 0.23 MB 267 89
189,029 189,029 00000000000002bc2b281b4de84410c22f084bb20c61be62f3c7d6035f90e24b 0.05 MB 154 55
189,028 189,028 00000000000002f5f3df070a3998ffb68938b3942add2cc2699a94fda6e575ff 0.03 MB 60 41
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.