Memory Pool Memory Pool Refreshing

7,867 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,206 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (702,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,066 205,066 000000000000044f6885bb99f1c7f2f85953255c60be7d07d85aee82386401cc 0.11 MB 265 174
205,065 205,065 0000000000000217df62d05fcf0a58ca5afa9a649cd882d43c2176c0e5254cf1 0.05 MB 139 197
205,064 205,064 0000000000000172360b3368fcda7bc7d3e825e5ef8b94708255e5a506f71736 0.06 MB 139 226
205,063 205,063 00000000000002236d0573843a56680b7ef11de0bdf985bb56dcee77a14dbfb0 0.05 MB 149 113
205,062 205,062 00000000000004f77006e561c360fa083ccb47287e6f0f5ca740cdb315bef5f1 0.00 MB 1 0
205,061 205,061 000000000000026190ebd9560f94b8d0534c6cd6fd585bf6fdb54610e6b676c3 0.02 MB 49 10
205,060 205,060 00000000000001d98c552ba3330c8678da7a12282db57145135e027ed92cc3b2 0.18 MB 268 162
205,059 205,059 000000000000048208ede0b4d62dea64f05f203a063228c51f5509e1cd4e5d30 0.01 MB 25 45
205,058 205,058 000000000000017a92b367730e6a1b56534fe3664935f7b8d19be63e538d7643 0.05 MB 129 395
205,057 205,057 00000000000001dbe5d362506a4902d83f3c412ab92dadf8a8e3d00c8fbb63c8 0.05 MB 95 259
205,056 205,056 0000000000000055642896de6ae8b2a0eaad11b9ab9416debdd9db4d4e358403 0.04 MB 80 306
205,055 205,055 000000000000003814f14736d8ba482b999ba9429cd5c7cb782e7c44f6e713b0 0.00 MB 1 0
205,054 205,054 00000000000000e09af7e591dee22feaee5132a206609af2b77d3d252f9ea714 0.11 MB 203 168
205,053 205,053 000000000000050c492df5f58e6a03ba49d6a5df58d34eb17895080fc1f061f9 0.03 MB 62 165
205,052 205,052 00000000000002b39464136bc1e9eb5f0ae0d802e7ac90799ac1992f7734a93a 0.14 MB 92 121
205,051 205,051 00000000000004a2cee96233523e06f6252321f221278a5fb60292763b8e5f46 0.05 MB 133 95
205,050 205,050 0000000000000091d722801fd055b5985315bf5b342355cd7f236f8a6a01c32a 0.15 MB 279 316
205,049 205,049 00000000000004b0025f49e5163bdc952fad5a371f26adb62eb03ac1b6cf6932 0.04 MB 72 438
205,048 205,048 0000000000000550c28bf53154706ab15ad2bc801de858572aa28a20a0787aa7 0.09 MB 221 123
205,047 205,047 00000000000004fdd1b913cfdfca402dbc7b0d5100efabf18a1ec5e288596f05 0.00 MB 15 471
205,046 205,046 00000000000002a7d0e724e9ba9152d991f0286bd2f02f83629acbae9cd4266c 0.03 MB 71 270
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.12 GB sent, 94.17 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.