Memory Pool Memory Pool Refreshing

3,820 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (774,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,413 133,413 0000000000000ad13b1b2ca5c5fdaa6d7af19e497fff345a5353007df6ae4717 0.03 MB 70 621
133,412 133,412 000000000000000dab02dec8e3f540274b88f27c969b8c09241709bb2beb9ca4 0.06 MB 145 1,645
133,411 133,411 0000000000000529ad92ac549d5c4f54b7920f17c612bc1541bab42b9eda3433 0.03 MB 73 862
133,410 133,410 0000000000000733b460b551975217d519c49f32b41e648d5fea04a83774fc03 0.04 MB 78 1,008
133,409 133,409 000000000000083e6afe54c8c4b7ca2160bdf05f183c46ce70df338003ad6ba7 0.00 MB 9 642
133,408 133,408 00000000000005d84874f2882f466c9ea6b421d78b34f6e7926ef96f3cd8cf46 0.08 MB 211 278
133,407 133,407 0000000000000a2857258306f38633eaf554ac41e9e4e8294cbd0174136f06b2 0.02 MB 47 756
133,406 133,406 0000000000000a58459b56826c498971b438637905c8b9546a99caca4ccd1e70 0.02 MB 31 743
133,405 133,405 00000000000008c180162497467b49436a52cb777a9136fdca0a8aef5eff2e87 0.02 MB 40 1,083
133,404 133,404 000000000000068c9b4fe3d8538c52d0a0f18456c21597ba1b6ddf89b9f97ee8 0.03 MB 84 685
133,403 133,403 0000000000000b4f48fc483536be903ed9d9bd0d57bc4da3d0d256ef7f2421af 0.06 MB 79 1,197
133,402 133,402 0000000000000b180a6413bff2b9d8335425f14ccf1e1fb9d8bbefccd535243d 0.02 MB 56 333
133,401 133,401 00000000000008f312e5342eb88be9ac931e6aada2d41a4510a6b9d5cfaa57e4 0.02 MB 65 170
133,400 133,400 000000000000098c76291c6c59474d88eef82ccc24e531ad9d5e670713544e82 0.02 MB 44 829
133,399 133,399 0000000000000bacdc94654e777183b52a94b8741d20ac101264cf3448a3e161 0.07 MB 203 328
133,398 133,398 00000000000002e57daf5b44caf2a7f85fa4e0d22a834b5e10b4386a7e16ca3b 0.10 MB 237 834
133,397 133,397 00000000000005937bfb4c5846bdc9e8f6718fdd7e4396f63d87faa7c9ee852a 0.02 MB 46 360
133,396 133,396 0000000000000168126974a40c687757182ae3772b5cd050bafb4b4bc9cadcea 0.03 MB 52 925
133,395 133,395 0000000000000b54670efa6a8a47aaba939a5afb6b2afdb3ce952ac9b3b216eb 0.02 MB 39 362
133,394 133,394 00000000000008046901edb78c3d2b5b513e74b04905abb921b44c3302fb4bf7 0.01 MB 26 738
133,393 133,393 00000000000003e4ce4849f4877777bf2d00a607f1afd9ff2e11543055136659 0.02 MB 50 644
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.56 GB sent, 94.33 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.