Memory Pool Memory Pool Refreshing

8,221 transactions
3.79 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (641,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,151 266,151 00000000000000025257b19a36ccfbc9849dd05118c490a30d4dc6e0294893dc 0.14 MB 110 22
266,150 266,150 0000000000000003ddfc15154021dffa34380f2c793dbdd7352b3c8ce64952c6 0.06 MB 148 122
266,149 266,149 0000000000000004753bd3347b58e55805fb17fb28116ca91962bd32e0fefdb9 0.04 MB 100 42
266,148 266,148 0000000000000000ae43d4a8a0fbfb7ab4e1e366ad708001358ca330f33256a8 0.15 MB 266 61
266,147 266,147 00000000000000028284105c5c4b12bf6d0297d4b8cc89ed452b9302fbefa344 0.24 MB 533 76
266,146 266,146 0000000000000005dbedf196d204e84b88bb54ad7982d89ad273e34199286e8b 0.14 MB 215 67
266,145 266,145 0000000000000009535b1bd3bcac3a16268ac40425070fec24b3300b82c046d5 0.09 MB 212 92
266,144 266,144 000000000000000712d03f778dc3db4324c094ebba9574065a54e6ace6f31063 0.13 MB 323 64
266,143 266,143 0000000000000000c308028f5389928ae8b8d37c4b4e4081dfe96ca8d5f7408d 0.03 MB 79 58
266,142 266,142 0000000000000009216fe96843f0a50a14887de7f6a4ddfcd99b6d74277d002e 0.15 MB 100 16
266,141 266,141 000000000000000391bcfcd076e1a9e0eb671052f3413c342083e195de185e48 0.10 MB 173 46
266,140 266,140 0000000000000002958274e4909309e7df0bf12bfb682316538cfdf46b27d37a 0.12 MB 293 93
266,139 266,139 000000000000000962a0fd3d61ed9c82f5ff6dd434fd80aaba283c562f844fe5 0.03 MB 79 81
266,138 266,138 0000000000000000eabfaa69d07262bb4541c6a14a77188ad4f954aa73bb7afb 0.06 MB 134 85
266,137 266,137 00000000000000056f9ee9dca421e08bf01fd88fffd2cd577791573317cd2b76 0.09 MB 336 292
266,136 266,136 00000000000000032ce7e66a0d556d9c8a4d325a588501fa192e24eb34ad24df 0.10 MB 129 55
266,135 266,135 0000000000000007ea83f9a0d2be99d4b777f78a6dce690c71111dc8c4eb1b42 0.00 MB 1 0
266,134 266,134 00000000000000054905685104c4e137e086a50dee0cec4d1bb380e345a7baa5 0.06 MB 140 99
266,133 266,133 00000000000000036253c7a02061121b6a12484278a3c472a22e47a821c28a69 0.15 MB 164 26
266,132 266,132 00000000000000006e167cde5feba0cd3c95c06a5a2c4c411b63cd9a7167e0e9 0.03 MB 80 16
266,131 266,131 0000000000000006448593157f4a2f5d11f29f06a47c440f0fab8d43d1cc8078 0.02 MB 48 58
Previous 10 blocks ↓
Total Size: 769.03 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,624.92 GB sent, 93.01 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.