Memory Pool Memory Pool Refreshing

6,930 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,620 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (618,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,353 289,353 00000000000000011f73292b420ff93b2d26165a10d99d7d0bb90ffa78dd0d2c 0.02 MB 55 41
289,352 289,352 0000000000000000054e3b646dc2cc0f02d428a759ab61cbc13fc0e3f3a1c5bf 0.08 MB 119 27
289,351 289,351 0000000000000000d2862da4dd69ff06cac7d50a321a0cf97a4524b36a28cc4d 0.31 MB 497 30
289,350 289,350 00000000000000010b8f957b162d986b48e98dce9250527b2acda9ed6f3395b4 0.04 MB 64 22
289,349 289,349 000000000000000114af226cd76f63aa9668f34b8cf990e7170214720ecccc01 0.35 MB 804 38
289,348 289,348 0000000000000000a22b0503c2c553c987c69fc89a1227ad8a8d5e8edb47ad90 0.05 MB 96 40
289,347 289,347 00000000000000004486b47f64c5201fbfe50b58708a762a87e7630b39ae6086 0.24 MB 383 31
289,346 289,346 00000000000000006d59b79e34ce82406168c6f58c7a623d89f8616bed82e06b 0.13 MB 254 30
289,345 289,345 0000000000000000b31351e9020b4fc9e6900613c91d1d1fa475d1db121794da 0.38 MB 346 22
289,344 289,344 00000000000000008c29fd7b661296b3a22b5d52c1871f7408c978faa562ee93 0.15 MB 296 28
289,343 289,343 0000000000000000a300f89e49ef11430ed55064d94f47e88f33c5e1ea376ea9 0.28 MB 385 27
289,342 289,342 00000000000000008a9fa91f338a78e168556723f40ef0162a9b9d28b3f1df11 0.50 MB 921 31
289,341 289,341 0000000000000000deef014335c8e937e785b2e4f44ceda6c18df4b3e3cceba6 0.50 MB 258 14
289,340 289,340 0000000000000000032999cef10a41cf3a5d823edd6951406eb29e2cc743e8fe 0.11 MB 222 35
289,339 289,339 00000000000000010ee76e87623e590982f47dc24ad1b4b0b6d7b9b99ff6f00c 0.55 MB 592 24
289,338 289,338 0000000000000000a548580d4cb040378e1bab99b4b8e0063387317bc4d65690 0.35 MB 526 25
289,337 289,337 00000000000000009d0822dba4a8f2bd7f4bffac26cc1430ae35c9c4a08f6eaf 0.35 MB 666 33
289,336 289,336 0000000000000000e4ac2310a69c3b17776306579d8a8a95647edaa316cb03d5 0.25 MB 653 49
289,335 289,335 0000000000000000665a38b77908996451736b8738492c8985e560b1152283e0 0.32 MB 1,024 57
289,334 289,334 0000000000000000634b264e9c7232f14239314d45e9b1d7ea8914e4b88635ff 0.03 MB 64 51
289,333 289,333 0000000000000000ae1d9d07e087b58f3b5bdbec3f6c0308032f17ea175726c6 0.19 MB 255 32
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.