Memory Pool Memory Pool Refreshing

4,585 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,700 (689,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,590 218,590 00000000000005068d4d9358f78850dc02d5daa58ffc9e877673f552a0cbfbe8 0.25 MB 453 423
218,589 218,589 00000000000002a9d3942383afe0bebc58a7b0021078bc82c660c66aad674a3a 0.36 MB 851 245
218,588 218,588 00000000000005300ad5a3990da3ac29b9881e46908b4b3006e887924cf4469b 0.50 MB 437 49
218,587 218,587 00000000000003ed2234a5d5f8aefaf4f6f88b9e1259fc3a74618d8997333d91 0.05 MB 148 316
218,586 218,586 0000000000000293d210bb02ebcc81cee958d38a264b92de189b55ab3a58bdce 0.00 MB 6 0
218,585 218,585 0000000000000008a403d8b6106631d295cda1199028ae6a932a6371f68dcac5 0.10 MB 229 238
218,584 218,584 000000000000049595271e9f672b46b14b050b96ba12b105827b2d576824191f 0.02 MB 34 50
218,583 218,583 000000000000020a239238c737dd09fd89bcaaa5d2744ddbd3fafb983f35d54a 0.15 MB 306 153
218,582 218,582 00000000000001244d3f2faf2a3e8131cf774564704804ad96fd19c00944e6df 0.10 MB 256 298
218,581 218,581 0000000000000361f0c9fa6ec64d591fcaa67d51745bb952871d26a6bba4b1fc 0.03 MB 102 440
218,580 218,580 000000000000042f3ad67b59da84f92862c90e1c72543e9d4d5923e99b3530a6 0.21 MB 557 247
218,579 218,579 00000000000004bacf47d76bd1e19c048c6625a1768ea5d9f105225856027871 0.08 MB 189 1
218,578 218,578 0000000000000340f60978589c5833c898ca7e85be6bc1a229882663cebbe237 0.10 MB 244 179
218,577 218,577 00000000000002ac01d006c006463c62e5d3a49e42d24a8ed4a82cacce4d690b 0.07 MB 186 190
218,576 218,576 00000000000000ec5c7387d5487b90e6e9e4f572c0b85d223f085ea2f5895c7a 0.08 MB 183 153
218,575 218,575 000000000000018ee634cfc8ca3553865baa65821b8ab8ba2afe61d90b871b9e 0.03 MB 52 105
218,574 218,574 00000000000001aa505772a28824ecafa8b8d5e9d0358de7a82988401ec85465 0.10 MB 215 154
218,573 218,573 000000000000037b748b21742304fe48550dc5c75107ef468dc6163e7987b831 0.03 MB 74 25
218,572 218,572 000000000000023edb430f4e9408725e4e9b94b20a62d269b8556dfc4501c7cb 0.14 MB 340 2,692
218,571 218,571 00000000000000d2488ca0bad64eb5c10a3564a4e6af9b22f9577925461a6771 0.17 MB 357 201
218,570 218,570 00000000000004c7a93537d7f609d095f8a81b840876a33a2454d6dd634282a8 0.03 MB 65 78
Previous 10 blocks ↓
Total Size: 768.99 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.52 GB sent, 92.74 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.