Memory Pool Memory Pool Refreshing

1,727 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,031 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,690 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,030 (896,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,205 11,205 00000000362c03bac6215e83a1f8326de711f8e2f8557ff0f03053267d81220b 0.00 MB 1 0
11,204 11,204 00000000ddde586d149a373068f34c7881d41c1676363c0fc3b2ee27065230be 0.00 MB 1 0
11,203 11,203 00000000bc36788cacb90fc373a9883a2f880114c5c59e32880a13bfae799881 0.00 MB 1 0
11,202 11,202 000000006bdbcbe128c29227f38e16f1d6430fc6ec9f027bae63a54022f00501 0.00 MB 1 0
11,201 11,201 00000000209f70fe43885ba809943e18b601dd3894cc5c812b69277c963a4ffa 0.00 MB 1 0
11,200 11,200 0000000015ba8c6c93bd35fb39eb74410becec279e022b689e97d41f7bb0127c 0.00 MB 1 0
11,199 11,199 00000000ab3d16d92bb287bde1b1d535de70eae338349fa23d6f6c9dfa8f1c7b 0.00 MB 1 0
11,198 11,198 000000001f09d63591bd6b34f864dd24e7cf979a53442752d737788d3c24745d 0.00 MB 1 0
11,197 11,197 000000005178f26ef2212e630565d281a2a91884a7f33dc274929096f5b925e0 0.00 MB 1 0
11,196 11,196 0000000040a4ec628759f12ddd20baa502e6142f6f41bce977b8dbde2f0d3ffd 0.00 MB 1 0
11,195 11,195 000000009463d7eb43703b61f1af89751603b39d48316247fe63a75735be8431 0.00 MB 1 0
11,194 11,194 000000009cbf23b21d1175db06d681a592cff2c5bd3ad58feac7d921019278ca 0.00 MB 1 0
11,193 11,193 00000000167c04d962549c51be44d9f068bd5218f02974beb7d2298597e97824 0.00 MB 1 0
11,192 11,192 000000007af98e6ae748de3730dcae39127bab2d06774f6809ed2c068b61449f 0.00 MB 1 0
11,191 11,191 00000000cb71ec533115875b1f3a992a56efe2b6004b09c1ae7be2395602cc88 0.00 MB 1 0
11,190 11,190 000000008275ae847db4b89ef8bce37d655fc99a50545d28bfb91eddb5c8f520 0.00 MB 1 0
11,189 11,189 0000000001f9a00d36c1fbf90090ac68a2d12df4f6ad0a85100d4618e3c9a9f0 0.00 MB 1 0
11,188 11,188 000000001334765eb7a7bc6ab0fd6e2e807949e0ba913cf8192997dda35ab746 0.00 MB 1 0
11,187 11,187 00000000f301d205b4006a2c5054cdb983084a66c8918f7db14e333caf6de981 0.00 MB 1 0
11,186 11,186 00000000983102afa72ddcd48b01de5d6eac93c023a38757d5f49d4303cb7f60 0.00 MB 1 0
11,185 11,185 000000004cec3090905c0831044ff1de2179f9833bfc7562d73b00282ccbad24 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.60 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,651.54 GB sent, 95.91 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.