Memory Pool Memory Pool Refreshing

3,933 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 7/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 1.00 vMB 2,371 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (666,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,119 241,119 0000000000000017a7e6957e379ce11d398ed5773007d7310ad85b4f8512ea33 0.04 MB 64 51
241,118 241,118 00000000000000e32a249d4d011b2b710fe6befeee7ffa4a7467a736137f3440 0.22 MB 537 187
241,117 241,117 000000000000007be292cf60c2ae65cd119da3e751c3bc02b0f375dfdafb2b1b 0.03 MB 69 201
241,116 241,116 0000000000000059a1dff6d0c91713d63d08797a59982573770c7785df75796c 0.05 MB 109 138
241,115 241,115 000000000000008419014eb2ea3005cb85c8cc5ac86bebb192415d8f0dfc1e2e 0.06 MB 153 164
241,114 241,114 00000000000001023a4cdd59314cbd2bee0eb8ca6ec6417616cfd6b7a2b3fc15 0.12 MB 245 1,646
241,113 241,113 000000000000008b0e9e3364af7175d1627d7a4993ca43b036bd91a0d8eebbb7 0.04 MB 91 224
241,112 241,112 0000000000000085fb61351ce99e3102707c36522256d197911f025c7381e49f 0.08 MB 186 194
241,111 241,111 0000000000000068cce05a41acbb34479cc79422de34ccf3c58917a561c7b3ee 0.10 MB 196 146
241,110 241,110 00000000000000bf1d6f6eae9018e6eb5b82cc29adaeea8469095be4d17be5fb 0.08 MB 145 165
241,109 241,109 00000000000000f433cd3823b19bfb12b8a3c68d9160d54a4ffffb673c13aeb4 0.16 MB 397 193
241,108 241,108 00000000000000c961a15bd918bac3ddd4478d8bb16f5ad9c74a94454fc9141e 0.11 MB 258 1,011
241,107 241,107 0000000000000056f41f9f5097741fd4a0e76643e17adb9585751b496513b1e0 0.11 MB 228 143
241,106 241,106 00000000000000e467ddb2a3cd77ceb858545b816c41b858c9ebc86e2d79c9e2 0.04 MB 79 174
241,105 241,105 000000000000007a64b87d65e21cb210296a3c39d5d21ed87f8ccce4f2d5efc0 0.10 MB 210 184
241,104 241,104 00000000000000bfcb4c38d1f00dfd636707659f9819c9c88539f57e475fad55 0.12 MB 107 81
241,103 241,103 0000000000000070d017cf8308fafef0d148feab5e8f8756632a123718e4bd2d 0.25 MB 609 213
241,102 241,102 00000000000000475b23cd88f95a3fde22953f46dd9eea4449f77e34db7f5f02 0.10 MB 170 74
241,101 241,101 00000000000000d2ffa79ece0841feee775f77a2c6dd1d181819e77697274394 0.25 MB 657 210
241,100 241,100 00000000000000b58746310730c2ebd9a9f40593a7a23584e95e89855d833b1d 0.21 MB 354 151
241,099 241,099 000000000000005e4e558b3f232b24f8aeb3472c68017046a70625a49a093458 0.15 MB 328 156
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,615.99 GB sent, 92.70 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.