Memory Pool Memory Pool Refreshing

8,282 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,572 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (698,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,292 209,292 00000000000002810ead24a2f1f6aca1ec538557fd787841e3082af7fd20fa7c 0.44 MB 486 49
209,291 209,291 00000000000004824c9ce0aa44047918dc983797796cbac51e963e1fc69facd7 0.25 MB 572 168
209,290 209,290 00000000000000730d70793df6d57859b4306348b8f6803ed280f80620f2bd2b 0.00 MB 12 169
209,289 209,289 0000000000000254dfa73fa5bec5be5f2f326a8b92f3384ad5b653116224f029 0.23 MB 629 186
209,288 209,288 000000000000017348cb095d17ada94d0ddddc65cd9e620c32ddf78a7d3037e5 0.05 MB 133 177
209,287 209,287 00000000000000b8e0a5313b1c9e058b8c2f7fcc49932b521fdaa16bf4fdcfe2 0.05 MB 150 219
209,286 209,286 00000000000004c3c37133eb61535229ac112963a9c530ab25b2f26e58128d94 0.46 MB 1,230 139
209,285 209,285 00000000000001bc255d63d3e82af7638566a5fbaadb6d5bdc41d0731a23d1ea 0.00 MB 7 187
209,284 209,284 000000000000031d2703e1713377b15d64295b1c20fc24ccfa4e0e0326611f4c 0.00 MB 14 501
209,283 209,283 00000000000000c0f2ba351a9439a2d5674defaa54d8c0e695b8dace06ad12f0 0.03 MB 70 145
209,282 209,282 0000000000000321224a71def2207b381edb69b7ed14eb4a15a55cb0490288c0 0.06 MB 139 157
209,281 209,281 0000000000000066e824ef3f00677b5aba72a538e856b26f34394a0c9c5d2b6f 0.00 MB 10 125
209,280 209,280 000000000000006b25116a9d0e62307c7a381cf1168be2f9cd33937329a6df05 0.04 MB 81 290
209,279 209,279 00000000000000356454638c644b644ae6d8b21a1bba422862b77150910cafec 0.10 MB 170 131
209,278 209,278 0000000000000313c88fdf275393f33d9fc5d0f1fd8fd48d5219c34bfec9c706 0.02 MB 62 99
209,277 209,277 00000000000003e2e8fe9fe737c4fb1291797d9ff280463217e8ac3772ce87e1 0.02 MB 16 95
209,276 209,276 00000000000001502700ff5e5e00f03009cee258818612ca3ec33db70f9f8140 0.16 MB 193 124
209,275 209,275 00000000000000b167eb47d4f4a9f034879d276c7b8c994ccefb75e620f05992 0.00 MB 11 150
209,274 209,274 000000000000014db6718c1fbb1a740b2f5ec5545307a6de61a38696fddf00b2 0.00 MB 13 33
209,273 209,273 000000000000038ec93a9732ee8c3e65d317ea2a0ba27694ebcc6a46f2174f57 0.04 MB 94 170
209,272 209,272 0000000000000040cdd3253654ca422c980fbaecc2a30d24c6f934cbc1e8ccf6 0.06 MB 149 160
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.