Memory Pool Memory Pool Refreshing

1,046 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,963 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 1,015 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (660,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,117 247,117 0000000000000085ba1a000f3cc9097dac6fa2a08dc9ce9bbb2d1a014698ff7f 0.08 MB 185 108
247,116 247,116 0000000000000026121ca73c29a6e19be3a29e536d5e2c6075a6e8383477793f 0.11 MB 275 112
247,115 247,115 0000000000000005bc4146d4adb3d8c1887f406a0c1a31e372fd3edc744670ef 0.07 MB 133 117
247,114 247,114 000000000000003d7e9c6f4bc71e90042388563aeefafa6e3ded83519e10012c 0.02 MB 39 83
247,113 247,113 000000000000001a99fe962296420026a4907963265b5d5f3e6edf01a21ce10f 0.19 MB 319 96
247,112 247,112 0000000000000079e5ea720503e40a25a47f67480c383823efa5dadd9147ad53 0.04 MB 78 131
247,111 247,111 00000000000000478eeb7889a380d28380309e04b20b37678eed5c272c098725 0.03 MB 74 157
247,110 247,110 000000000000003e8602b08496721bc2a40f27101b6a008b38ee97f859b4c51b 0.01 MB 21 267
247,109 247,109 0000000000000003e6626a8799ebde8231615491c0ce857290df27d5c32ab56a 0.00 MB 12 81
247,108 247,108 000000000000004cd9ef487c81bc3b6a5975ec0e6ae0d166c5fc8ef7543bf3d7 0.07 MB 139 124
247,107 247,107 0000000000000074b1bae61b57c697cd84e131ffb20832f6559bc381d26ce2ee 0.06 MB 150 131
247,106 247,106 00000000000000850b30458a218c14982f0cab46c5308d1b059084a3e502e5c4 0.02 MB 66 106
247,105 247,105 00000000000000a0ae8e359bacf05e43d61fe04d8c5c95399195f1b2b9441c2e 0.03 MB 61 107
247,104 247,104 000000000000003350745e4a2cecd80bad92171f088fc432ca3205dad1bb378d 0.04 MB 86 110
247,103 247,103 00000000000000411a46eafccb69bc1b3e10e3044bdac427441ec0324422d992 0.17 MB 306 95
247,102 247,102 000000000000005908f317f40f7427dce3bad11852d91eb884a37300357fdf2f 0.20 MB 437 174
247,101 247,101 000000000000009c74bf14d91610999e3c33bdb8a8bf78ffd05f03d759b3122a 0.13 MB 325 164
247,100 247,100 000000000000002d6f83245a4a73101bc7f57c8b2b68b3aea261e440502bf7d3 0.00 MB 5 3,666
247,099 247,099 000000000000001b97eda998e7328f53c7bd9f4e52b4b073cbf6f154e07f4862 0.01 MB 33 436
247,098 247,098 000000000000008d4577f8e730e79365cd9a5485ff40cc35392c51239b884492 0.08 MB 190 123
247,097 247,097 0000000000000049736663db4f017df7c5e62e6fc469dcf5837702d218e77268 0.14 MB 312 156
Previous 10 blocks ↓
Total Size: 769.48 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,646.34 GB sent, 95.31 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.