Memory Pool Memory Pool Refreshing

6,847 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,845 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,571 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,844 (729,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,472 178,472 00000000000000fcc36b0ab9256ab627eb38932bf917fcf8ce82c11516051b21 0.07 MB 169 123
178,471 178,471 000000000000000a27b31867c214922ae3d02eabdc90c074b29b346857a677a0 0.04 MB 88 108
178,470 178,470 00000000000007ead0f6f6f98548e39804dcf5c84286b6e08aacf24241aa0470 0.03 MB 55 83
178,469 178,469 00000000000006c077c296a85265c555f5edbcb557cbde50b7145f0c68ed19f7 0.09 MB 182 128
178,468 178,468 0000000000000a81a3379d3e55efc08a72294605be10a7f21642d6957a92cb0d 0.07 MB 152 91
178,467 178,467 00000000000006028be00b4a8a67af4d66f9b51736ca94c6fa971d168edf2fb5 0.03 MB 55 0
178,466 178,466 000000000000049cfbfd51908e55c3bb9128a0870b8179b5e00827399e73d7dd 0.05 MB 74 50
178,465 178,465 0000000000000103c25a462f74c8f63b2f4924287de43d6f05f182c7d9fe1aff 0.25 MB 429 172
178,464 178,464 0000000000000893325028785cc1513952fa6f9eef3f50a7a4838c4d9fe8bcbf 0.05 MB 102 490
178,463 178,463 00000000000004aaff274ef6bfc969765f953f1a52c76b9f6acf85c0abc8c00c 0.04 MB 86 70
178,462 178,462 00000000000002d9f69ee1d8adc25cdffe79523d48e2bff4e85dc8b984b9657d 0.01 MB 12 471
178,461 178,461 0000000000000aa1dc3eae75f4496901a8c298eecefcf3f64589dc51da4858cc 0.03 MB 54 357
178,460 178,460 0000000000000324f3b3eed5bdbb68ac1be7ceb9e030c0cfa1a6afcc7146c243 0.00 MB 14 99
178,459 178,459 00000000000005bb3c605a73f8aecf440bea8619622e3e0bc50e4c8ee1ce247b 0.05 MB 67 38
178,458 178,458 0000000000000091c80342d931a6d02a7b8b1afee61980f35536b84fcf493f4c 0.02 MB 69 8
178,457 178,457 000000000000018c51f8fac162fa44425859f44505341e070b40e3af7ad2a0b1 0.04 MB 106 197
178,456 178,456 00000000000007b707b5578a036bb4580f302b7481afddc143faf57635ab102c 0.03 MB 22 45
178,455 178,455 000000000000059fb02ea7645952a842d8c4fd0aae563b3c7805ed212bdfebde 0.01 MB 37 40
178,454 178,454 00000000000004d3f3c7b964eb43a4ec9cf6486f4e259e12c30f4423d86afde6 0.05 MB 93 126
178,453 178,453 0000000000000854c1ebd57a1728ed920bec8061840912984bf9f7bcb17022c9 0.02 MB 41 139
178,452 178,452 000000000000061b587ea4c6e1b43034836043f1c44ea853c2362a14dc07d38f 0.03 MB 81 230
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.