Memory Pool Memory Pool Refreshing

7,872 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
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,664 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,311 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,663 (699,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,908 207,908 00000000000004326e23d0bcc5b8cb2238f400579c78a565ae66e40c63eaa5a0 0.04 MB 118 181
207,907 207,907 0000000000000363ceb69575b464e6cd60b40ad53f7ec9b324f7d18d782ad486 0.03 MB 89 158
207,906 207,906 0000000000000139b6088ed50ff052f148d40037cd8d835890e94b6ad2971dfe 0.08 MB 177 154
207,905 207,905 00000000000004d58b164f2d88bed3abf851a8504ca25129d9a2577011b2cd9f 0.06 MB 170 84
207,904 207,904 00000000000003e28e82da459925cecf5581dae0e5a4d7279b81300e672a7d93 0.01 MB 18 195
207,903 207,903 00000000000004ba6aa5d3b794e0d55a30e228e12aa89fbd679f2e2b1f05a4a5 0.06 MB 111 94
207,902 207,902 000000000000040611aeb5fdec06be9b414df95656c8e97dbc3253d3ed178dc1 0.00 MB 6 111
207,901 207,901 00000000000000f770af82b983f7d111eeab3b2dac538c668fe47e9ff44b2d6c 0.10 MB 285 195
207,900 207,900 0000000000000313b5eb3157b8167941e0317068d8befbb1a5fceb4836f08398 0.08 MB 199 161
207,899 207,899 00000000000000e1c4e8816a4c26bbda61fea47abd066ed1ae8007b9348c7604 0.05 MB 120 188
207,898 207,898 00000000000002c406ca029853a6267a4e6ef6d79fd865b5c0f4116fa5c6acfd 0.05 MB 116 205
207,897 207,897 000000000000043dfe2ba32eff6c0e9902ba78f0bf80afab71ab12de1e7ad1bf 0.03 MB 21 14
207,896 207,896 000000000000017e9cf5198cbfd2a37b67726d113183aecc366db5ea7fdbd572 0.02 MB 35 117
207,895 207,895 00000000000002999d51a5fb63e9af58e39f3d5981348736a0958f677f1af0d3 0.03 MB 69 174
207,894 207,894 000000000000034918305491ecf794005431d0d40303c73fc6a67f1b18a928cf 0.01 MB 26 197
207,893 207,893 00000000000002871334f2387a9ba9e6a7f4bd2a9966c39614d01853d1897b6c 0.02 MB 53 159
207,892 207,892 000000000000017065f7c17900854159fd90718f9aea22ed77648671127af25c 0.06 MB 149 121
207,891 207,891 00000000000002b275b81f3e48af96db1630564768802e3467490bf231e2946c 0.00 MB 14 225
207,890 207,890 00000000000003762565db7c7fe03770fcd1281a1aed013139de63f60fb044f0 0.14 MB 237 139
207,889 207,889 000000000000006bc1291c1bd49cf7943264c9accdc83ecfdbeb0ba8849406fd 0.00 MB 8 0
207,888 207,888 00000000000002db73516f937742c23a37d1a1352080b6975e23345f7ffda6d6 0.01 MB 13 320
Previous 10 blocks ↓
Total Size: 768.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,603.52 GB sent, 92.35 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.