Memory Pool Memory Pool Refreshing

5,481 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,046 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (678,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,052 229,052 00000000000002240377c581a3f91bd5302f0164f387412829f041dfa699c0d2 0.01 MB 32 126
229,051 229,051 0000000000000044660841c61d5c2ceea8b1f63c3e725618e063c8de264c1405 0.10 MB 188 166
229,050 229,050 00000000000000e51c4201eca82e861828276adbe1e3a0826b3210d4315b6db2 0.02 MB 41 14
229,049 229,049 000000000000024d31f5e8883b2f47e4f1abfaacaaa7d70b5d33aa8badb22275 0.22 MB 515 160
229,048 229,048 000000000000015260e126923ea22b415834c13a7332f8dfd89a2003675da56a 0.08 MB 146 108
229,047 229,047 00000000000000d4ee8537ac994af1bbdad77d8a819785b8c2bdd2c643e1b521 0.08 MB 160 132
229,046 229,046 000000000000017d2ae96ef104459d79c88d4850c0c7873349bc42def66966a9 0.20 MB 383 144
229,045 229,045 00000000000000112cc799e346f2b90d771258eb0dd64db40cf689dc6bd0b0a0 0.11 MB 263 199
229,044 229,044 00000000000001063909983a871e3e5bacf94ebd20a2a9d68e7aa7b879170147 0.10 MB 223 124
229,043 229,043 00000000000001572cc7fe90e0d3c49e808212a001beb18971f5f0009cb9f59c 0.05 MB 112 157
229,042 229,042 00000000000000d38703f1cc265786a78c8140e5606b30f82bccc2b363b3d05e 0.15 MB 157 75
229,041 229,041 00000000000001f159529e7eac46b2ba9affc61bf3843f2a76d814e9fe1c2914 0.03 MB 68 140
229,040 229,040 0000000000000013269f9fdeeb2bce5bc93c7c7b727ed3f1a2a9010b42e05ce8 0.05 MB 107 227
229,039 229,039 00000000000000f31208f8088c2662c2c65254bbbc4a52d27081c0f093524920 0.13 MB 218 121
229,038 229,038 00000000000001801e87b320a13fc8753d33f2c7cd62b271b36462015508f693 0.06 MB 106 85
229,037 229,037 00000000000001a4d971c9e6238e72dbe0b383bac2e60988e0318207e5ad8ace 0.22 MB 270 116
229,036 229,036 00000000000000a3ff961209cabe25721576f6925a390c3527de922ddae22cc3 0.25 MB 508 167
229,035 229,035 00000000000001ad17876f0d6c52d0f72194e4d3d9545c3b0a1f7aa810906d11 0.00 MB 4 998
229,034 229,034 0000000000000155fc5b0d987503f91e688838039eb847f4da6186942315b2a4 0.15 MB 266 126
229,033 229,033 000000000000015c131314a4c9eeaca9cc3e81001f25d6281a1723e388d2a371 0.06 MB 85 113
229,032 229,032 000000000000015c1c5c78f0dd78a185a35da1486912c9c32e4d6c7f10f7996d 0.08 MB 161 133
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.