Memory Pool Memory Pool Refreshing

3,864 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,390 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (476,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
431,294 431,294 0000000000000000034380d8d50ae3ba757fe3650488da3e7a24c3fa23285fda 0.00 MB 9 265
431,293 431,293 0000000000000000041abe71295bd5e3e188a520d79f849c32e172651c52fcb7 0.98 MB 453 20
431,292 431,292 00000000000000000289809b18e694f0bf3042e0bfa6f77d0128015c552f1a89 0.98 MB 1,537 44
431,291 431,291 000000000000000002568eadfcb3dd84033dd5687f5a15b83f79e128d66e0394 0.44 MB 1,211 72
431,290 431,290 0000000000000000031773f8feeb00d274c1a7d71d87175aa87470a984cd0462 0.99 MB 2,337 65
431,289 431,289 000000000000000001e16428caf2cd74ab395b33f8eb0f4ca7566c4a932e48b5 0.71 MB 1,719 69
431,288 431,288 000000000000000003d1d155a94224e34338124efbe908089bccfd2aa15c0d24 0.17 MB 373 79
431,287 431,287 00000000000000000456dd0fefd8b60860e8aa3692297b0a72f6fe0e975ebeb5 0.98 MB 1,339 38
431,286 431,286 000000000000000002405dc63622d01567635218a3e5f58f35492b2c3c57065e 0.75 MB 698 28
431,285 431,285 000000000000000003fd540ab903dd12249c165b45438ca9880a361b79339eff 0.60 MB 1,625 75
431,284 431,284 00000000000000000495f9012875882652831648c73046919b85dc3d21936235 0.74 MB 319 11
431,283 431,283 000000000000000001cb644f12ec07903813e2ef5ba5286bb0611a2c45d54d53 0.72 MB 1,548 64
431,282 431,282 0000000000000000024c2a1d53361d29b627085c17aa3f63dbdd25cdef9329bb 0.42 MB 1,009 73
431,281 431,281 000000000000000000660fc755886123dc1ee444172c0c1e672a84ec408981df 0.04 MB 76 61
431,280 431,280 000000000000000002398ad8e53aca9efd97d7ac913bc19aa990e5e43fd12b37 0.44 MB 1,092 67
431,279 431,279 000000000000000001f9b2989fbbaec4ef05ee07c6a3b3d16df6fa9b2bf77983 0.34 MB 791 65
431,278 431,278 000000000000000002740a0c09fe71a5ae50eea248467f26a07b0ef14e91d314 1.00 MB 2,073 67
431,277 431,277 0000000000000000016a52248a52a6bc505b4fd30806863addf0f6307c3313dc 0.56 MB 822 47
431,276 431,276 00000000000000000320bb92b187425e0d1dceb3d9fe7ccd431b297c53756c35 1.00 MB 1,813 59
431,275 431,275 0000000000000000026402536f0878b5097c3c23c9912c33013ca68c105cc695 1.00 MB 2,444 70
431,274 431,274 00000000000000000146c1c667bac8086caddd8344c5e68a824f8a8c5ba36c6f 1.00 MB 2,635 73
Previous 10 blocks ↓
Total Size: 769.05 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,627.48 GB sent, 93.13 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.