Memory Pool Memory Pool Refreshing

9,159 transactions
3.03 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
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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,843 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (729,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,482 178,482 00000000000003c6a1f157cae8cf73af90395b8e4662435430800748671ff782 0.02 MB 42 92
178,481 178,481 0000000000000b14c1d1565e88985c9559650be83e57c57dd3c3b037b8806035 0.12 MB 296 119
178,480 178,480 0000000000000161e31d28eb94b3208de10fe91404cf98639a155dc7f4dae91c 0.01 MB 27 104
178,479 178,479 000000000000018153b94e54712a8692c1db3984f681f4fa5d9bb73ba676465b 0.08 MB 164 91
178,478 178,478 00000000000005dd6dc0e2c74f7f4d76c7f02a0929a904d6b5b8d62e5b4b51a5 0.15 MB 317 122
178,477 178,477 000000000000028cb32bf3040df27782659732fa2cfbee2ce2d5cb33d7cec12f 0.05 MB 116 126
178,476 178,476 00000000000006f474a8d5a795c78be3c915054c889425646f6a84d6d25c2e9a 0.04 MB 109 111
178,475 178,475 000000000000062f4992c7f4e064c8422dce3d2fe0a49f756da2175c2f8e9a03 0.04 MB 120 1,341
178,474 178,474 000000000000043ad778193c142067efd10153d7014c2059c6ab146f4d4d8372 0.00 MB 1 0
178,473 178,473 0000000000000ad2761bbfe2623df9cd76aaf7b0d6506652eafacb1d4ec966f0 0.03 MB 70 1,723
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
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.