Memory Pool Memory Pool Refreshing

3,452 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,121 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (747,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,381 160,381 000000000000008a34d54538da50cb56e92546afdc92972b011ab8866b4dbc9c 0.00 MB 8 50
160,380 160,380 000000000000087d095530f69414130c40b879f61a3a55e58c1077186f8dfd80 0.00 MB 11 33
160,379 160,379 0000000000000b05f79255625dd95d92bfd4088938a2c25a58c8a8ad7007ca90 0.01 MB 28 347
160,378 160,378 0000000000000ac045d0c9fdb0673ee7cf6b68d5d313726e3b2dbb7417215174 0.01 MB 16 52
160,377 160,377 0000000000000056a89bbbfb5d14c35dfcf136b2bc26610b55bbfaa22aab03f5 0.01 MB 21 142
160,376 160,376 000000000000003c10909a4a49993e0c3c255c139ccc632289d1bf27b81472c8 0.01 MB 50 3
160,375 160,375 0000000000000529a6bfdeb84edd02212752a0472647e5f6508733f48fc9c1a3 0.00 MB 17 323
160,374 160,374 000000000000061cf37061ab19b75fcb06740d9169345f379204b5e1293a7350 0.03 MB 60 100
160,373 160,373 00000000000008b64a51b3490ed9cb848776d0d363a07cc4d507f1305e97c697 0.00 MB 9 1,228
160,372 160,372 0000000000000824447e32eef31e47fb156505c9f0ae8bf63d16022e148f2c8f 0.03 MB 56 63
160,371 160,371 000000000000088a8ba0d599d6787ff41224b2420b75c2ccb88d094f7fb5069f 0.04 MB 72 56
160,370 160,370 0000000000000056400ef37887d0333f632ff1978f34392059e2d5c671931087 0.00 MB 1 0
160,369 160,369 0000000000000ab80585f35f4f958b22978b9facefaa2db379c34b7207a158f9 0.02 MB 39 427
160,368 160,368 00000000000001c6e831971c4cf2b6137774163f938c5bb63d62b0a99090dc8e 0.00 MB 10 35
160,367 160,367 0000000000000288513ae9385936afc0e19c7b5998f9726758cfd648d5b481b4 0.01 MB 25 172
160,366 160,366 000000000000034b3238e0389b2171cd108533d2b31cbe174d976892a3d11a0c 0.03 MB 77 204
160,365 160,365 000000000000018e484e32d15048f86a26de218389a236e5a08b35c8088b4b6c 0.00 MB 12 17
160,364 160,364 0000000000000c5cacff6efd5e45dd9b91cf141936c9d70f0a098f3ac52e7321 0.01 MB 34 67
160,363 160,363 0000000000000befa166f0bb041204563dab1e4bdd84097705b7fc576e864cf2 0.00 MB 4 77
160,362 160,362 000000000000018a8d0dbace8510165470343b29bba688f09b0bc492c666988e 0.02 MB 53 25
160,361 160,361 00000000000007313e84253cfe5bb155eeb9214d9ff7bf05a2aaf263f2dfba6c 0.01 MB 25 202
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.