Memory Pool Memory Pool Refreshing

8,841 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,170 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (777,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,518 130,518 0000000000000a50c5048c821e947070dad0f0f6da898ea2d3d0c582faec9385 0.04 MB 80 597
130,517 130,517 0000000000001485d87d41b0123b77d3a4db2f5b896d2e581e4bd5e8bba04030 0.00 MB 5 1,299
130,516 130,516 00000000000001f458bc7c48b9a9e46a30af2c0db75927b2d28d07f27bbedb31 0.05 MB 137 308
130,515 130,515 0000000000001360cb21c8aa04a0902652637f80a6bbfba097bc5deb4cc39072 0.00 MB 11 1,810
130,514 130,514 00000000000006448d23ea4f072e54bcf619cbfb119b260228b3d26924248722 0.00 MB 7 778
130,513 130,513 000000000000060477ae2cc9e998ddace0c7aef73459e0e5e83505df7f7876e6 0.00 MB 2 0
130,512 130,512 00000000000002e3326bb40bb894c1ba136dde3d5f267256436a83b811d60614 0.00 MB 8 401
130,511 130,511 0000000000001bd62aa7b6c38add94a905177040d193077cb23a2ec138da89d7 0.04 MB 62 939
130,510 130,510 0000000000000ab38be1db366f004ce1c43d8c9f566785ec9deda85cc788af9f 0.02 MB 66 426
130,509 130,509 00000000000012641fd181e532c429d302b02f226f76b6f39910962bdea3699f 0.02 MB 34 505
130,508 130,508 0000000000001019d060b3c630059f15eca7d6eb289cc421b898fb3c4efb21f6 0.00 MB 12 0
130,507 130,507 00000000000009a359853b6a19872afd9bd1899480de3316120e2807a9ee7ea3 0.01 MB 29 559
130,506 130,506 00000000000011fd9b5a4a9aa5add43dd66ae4fd9478c8996393718566879a1d 0.02 MB 52 441
130,505 130,505 0000000000001a8feca23f6f281c1e31788ac440f488268d74dd1f840580b88f 0.05 MB 171 81
130,504 130,504 00000000000016652f81471eaadad14be28f24fbe2ac61df208058db3d09a84a 0.00 MB 16 714
130,503 130,503 00000000000004962025c916c8905beb388de3e212b23c9f50fde490a32f736b 0.01 MB 32 983
130,502 130,502 0000000000000097e2b3413d33dafb3384e454b641fb0ec125f61fda50171d2d 0.04 MB 93 1,297
130,501 130,501 00000000000013fed2c4e91ea2d4258672c3ba7e14e9a9e29de02030de754a31 0.00 MB 1 0
130,500 130,500 0000000000000f2c8c5b7acc4773401178c2bd401e03d0e4feaccdd2fc654072 0.03 MB 42 681
130,499 130,499 0000000000000f6e8c5800befa6491c9bdb05f37e3eff9abe9fa0e645f560ec9 0.03 MB 67 430
130,498 130,498 0000000000000e0f58d7dd704483caffd46629a6572d6a0aa640acfc984f8e7e 0.00 MB 5 1,052
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, 111 incoming
  • Data Transfer: 1,621.34 GB sent, 92.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.